Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b36ffc... Commit: b36ffc47a17ab5ce6d9589a99ac5d135c9173a9a Parent: ce4a7d0d48bbaed78ccbb0bafb9229651a40303a Author: Pradeep Singh Rautela <rautelap@gmail.com> AuthorDate: Tue Jun 10 12:46:52 2008 -0700 Committer: David S. Miller <davem@davemloft.net> CommitDate: Tue Jun 10 12:46:52 2008 -0700 drivers/atm/eni.h: remove unused macro KERNEL_OFFSET 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@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net> --- 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 */ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
