linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.4.20] Fix stupid compile error in wavelan_cs
@ 2002-09-11 23:18 Jean Tourrilhes
  0 siblings, 0 replies; only message in thread
From: Jean Tourrilhes @ 2002-09-11 23:18 UTC (permalink / raw)
  To: Marcelo Tosatti, Linux kernel mailing list

	Hi,

	This fix the stupid compile error introduce by some careless
hacker in the wavelan_cs driver.
	This is the *right* fix that avoid header duplication, do not
accept substitutes ;-)

	Alan told me that he was going to send you the fix for the
irtty compile error.

	Have fun...

	Jean

------------------------------------------------------------

diff -u -p linux/drivers/net/pcmcia/wavelan_cs.b1.h linux/drivers/net/pcmcia/wavelan_cs.h
--- linux/drivers/net/pcmcia/wavelan_cs.b1.h	Wed Sep 11 16:01:58 2002
+++ linux/drivers/net/pcmcia/wavelan_cs.h	Wed Sep 11 16:11:14 2002
@@ -432,6 +432,7 @@
 #include <linux/if_arp.h>
 #include <linux/ioport.h>
 #include <linux/fcntl.h>
+#include <linux/ethtool.h>
 
 #ifdef CONFIG_NET_PCMCIA_RADIO
 #include <linux/wireless.h>		/* Wireless extensions */
diff -u -p linux/drivers/net/pcmcia/wavelan_cs.b1.c linux/drivers/net/pcmcia/wavelan_cs.c
--- linux/drivers/net/pcmcia/wavelan_cs.b1.c	Wed Sep 11 16:01:52 2002
+++ linux/drivers/net/pcmcia/wavelan_cs.c	Wed Sep 11 16:11:11 2002
@@ -63,8 +63,7 @@
  *
  */
 
-#include <linux/ethtool.h>
-#include <asm/uaccess.h>
+/* Do *NOT* add other headers here, you are guaranteed to be wrong - Jean II */
 #include "wavelan_cs.h"		/* Private header */
 
 /************************* MISC SUBROUTINES **************************/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-11 23:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-11 23:18 [PATCH 2.4.20] Fix stupid compile error in wavelan_cs Jean Tourrilhes

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).