[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080504183616.GA13357@kernelpanic>
Date: Mon, 5 May 2008 00:06:16 +0530
From: Pradeep Singh Rautela <rautelap@...il.com>
To: linux-kernel@...r.kernel.org
Cc: trivial@...nel.org, chas@....nrl.navy.mil, rautelap@...il.com
Subject: [PATCH] eni: Remove unused macro KERNEL_OFFSET from eni.h
eni.h is used only by eni.c and it does not uses KERNEL_OFFSET anywhere.
Remove KERNEL_OFFSET macro from the eni.h header file.
Signed-off-by: Pradeep Singh <rautelap@...il.com>
---
drivers/atm/eni.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/atm/eni.h b/drivers/atm/eni.h
index d04fefb..e4c9525 100644
--- a/drivers/atm/eni.h
+++ b/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 */
--
1.5.5.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists