Skip to content

Commit

Permalink
drivers/atm/eni.h: remove unused macro KERNEL_OFFSET
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rautelap authored and davem330 committed Jun 10, 2008
1 parent ce4a7d0 commit b36ffc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/atm/eni.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b36ffc4

Please sign in to comment.