From: Pradeep Singh Rautela <rautelap@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: trivial@kernel.org, chas@cmf.nrl.navy.mil, rautelap@gmail.com
Subject: [PATCH] eni: Remove unused macro KERNEL_OFFSET from eni.h
Date: Mon, 5 May 2008 00:06:16 +0530 [thread overview]
Message-ID: <20080504183616.GA13357@kernelpanic> (raw)
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@gmail.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
reply other threads:[~2008-05-04 18:36 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080504183616.GA13357@kernelpanic \
--to=rautelap@gmail.com \
--cc=chas@cmf.nrl.navy.mil \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.