netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] janitor: remove unneeded includes (tokenring)
@ 2003-09-17 22:27 Randy.Dunlap
  2003-09-20  7:43 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2003-09-17 22:27 UTC (permalink / raw)
  To: netdev; +Cc: jgarzik, mikep, linux-tr


Hi,

Please apply to 2.6.0-test5-current.

Thanks,
--
~Randy


From: Randy Hron <rwhron@earthlink.net>

 linux-260-test5-kj-rddunlap/drivers/net/tokenring/lanstreamer.h |    2 ++
 linux-260-test5-kj-rddunlap/drivers/net/tokenring/smctr.c       |    1 -
 linux-260-test5-kj-rddunlap/drivers/net/tokenring/tms380tr.c    |    1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff -puN drivers/net/tokenring/lanstreamer.h~drivers_net_tokenring drivers/net/tokenring/lanstreamer.h
--- linux-260-test5-kj/drivers/net/tokenring/lanstreamer.h~drivers_net_tokenring	2003-09-11 10:42:06.000000000 -0700
+++ linux-260-test5-kj-rddunlap/drivers/net/tokenring/lanstreamer.h	2003-09-11 10:42:06.000000000 -0700
@@ -60,6 +60,8 @@
  *
  */
 
+#include <linux/version.h>
+
 #if STREAMER_IOCTL && (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
 #include <asm/ioctl.h>
 #define IOCTL_PRINT_RX_BUFS   SIOCDEVPRIVATE
diff -puN drivers/net/tokenring/smctr.c~drivers_net_tokenring drivers/net/tokenring/smctr.c
--- linux-260-test5-kj/drivers/net/tokenring/smctr.c~drivers_net_tokenring	2003-09-11 10:42:06.000000000 -0700
+++ linux-260-test5-kj-rddunlap/drivers/net/tokenring/smctr.c	2003-09-11 10:42:06.000000000 -0700
@@ -29,7 +29,6 @@
  */
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
diff -puN drivers/net/tokenring/tms380tr.c~drivers_net_tokenring drivers/net/tokenring/tms380tr.c
--- linux-260-test5-kj/drivers/net/tokenring/tms380tr.c~drivers_net_tokenring	2003-09-11 10:42:06.000000000 -0700
+++ linux-260-test5-kj-rddunlap/drivers/net/tokenring/tms380tr.c	2003-09-11 10:42:06.000000000 -0700
@@ -77,7 +77,6 @@ static const char version[] = "tms380tr.
 #endif
 
 #include <linux/module.h>
-#include <linux/version.h>
 #include <linux/kernel.h>
 #include <linux/types.h>
 #include <linux/fcntl.h>

_

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-09-20  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-17 22:27 [PATCH] janitor: remove unneeded includes (tokenring) Randy.Dunlap
2003-09-20  7:43 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).