[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <200806092331.m59NVxYc014553@imap1.linux-foundation.org>
Date: Mon, 09 Jun 2008 16:31:59 -0700
From: akpm@...ux-foundation.org
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org,
rautelap@...il.com
Subject: [patch 1/4] drivers/atm/eni.h: remove unused macro KERNEL_OFFSET
From: Pradeep Singh Rautela <rautelap@...il.com>
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@...il.com>
Signed-off-by: Andrew Morton <akpm@...ux-foundation.org>
---
drivers/atm/eni.h | 1 -
1 file changed, 1 deletion(-)
diff -puN drivers/atm/eni.h~drivers-atm-enih-remove-unused-macro-kernel_offset drivers/atm/eni.h
--- a/drivers/atm/eni.h~drivers-atm-enih-remove-unused-macro-kernel_offset
+++ a/drivers/atm/eni.h
@@ -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 */
_
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists