drivers/atm/eni.h: remove unused macro KERNEL_OFFSET
authorPradeep Singh Rautela <[email protected]>
Tue, 10 Jun 2008 19:46:52 +0000 (12:46 -0700)
committerDavid S. Miller <[email protected]>
Tue, 10 Jun 2008 19:46:52 +0000 (12:46 -0700)
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/atm/eni.h

index d04fefb0841f6e7ce7c67cef84ba6199db97faac..e4c9525e60b3deaccb13fd053431393c7df8db84 100644 (file)
@@ -18,7 +18,6 @@
 #include "midway.h"
 
 
-#define KERNEL_OFFSET  0xC0000000      /* kernel 0x0 is at phys 0xC0000000 */
 #define DEV_LABEL      "eni"
 
 #define UBR_BUFFER     (128*1024)      /* UBR buffer size */