Commit b36ffc47a17ab5ce6d9589a99ac5d135c9173a9a

Authored by Pradeep Singh Rautela
Committed by David S. Miller
1 parent ce4a7d0d48

drivers/atm/eni.h: remove unused macro KERNEL_OFFSET

KERNEL_OFFSET macro in eni.h is not required as it is not used anywhere.
Remove the unused macro from eni.h header file.

Signed-off-by: Pradeep Singh <rautelap@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -18,7 +18,6 @@
18 18 #include "midway.h"
19 19  
20 20  
21   -#define KERNEL_OFFSET 0xC0000000 /* kernel 0x0 is at phys 0xC0000000 */
22 21 #define DEV_LABEL "eni"
23 22  
24 23 #define UBR_BUFFER (128*1024) /* UBR buffer size */