[patch-kj] remove old ifdef'd code from hamradio/dmascc.c
From: maximilian attems <hidden>
Date: 2004-06-21 19:42:40
From: maximilian attems <hidden>
Date: 2004-06-21 19:42:40
From: Domen Puncer [off-list ref] remove unused #include <linux/version.h> didn't find maintainer of hamradio, hope it will get picked up. Signed-off-by: Maximilian Attems [off-list ref] --- linux-2.6.7-max/drivers/net/hamradio/dmascc.c | 1 - 1 files changed, 1 deletion(-) diff -puN drivers/net/hamradio/dmascc.c~remove-old-ifdefs-dmascc drivers/net/hamradio/dmascc.c
--- linux-2.6.7/drivers/net/hamradio/dmascc.c~remove-old-ifdefs-dmascc 2004-06-18 09:14:59.000000000 +0200
+++ linux-2.6.7-max/drivers/net/hamradio/dmascc.c 2004-06-18 09:14:59.000000000 +0200@@ -37,7 +37,6 @@ #include <linux/rtnetlink.h> #include <linux/sockios.h> #include <linux/workqueue.h> -#include <linux/version.h> #include <asm/atomic.h> #include <asm/bitops.h> #include <asm/dma.h>
_