patch-2.2.0-pre7 linux/drivers/net/3c59x.c

Next file: linux/drivers/net/epic100.c
Previous file: linux/drivers/char/vt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.0-pre6/linux/drivers/net/3c59x.c linux/drivers/net/3c59x.c
@@ -86,9 +86,7 @@
 
 #include <linux/delay.h>
 
-#if (LINUX_VERSION_CODE >= 0x20100)
-char kernel_version[] = UTS_RELEASE;
-#else
+#if (LINUX_VERSION_CODE <= 0x20100)
 #ifndef __alpha__
 #define ioremap(a,b) \
 	(((a)<0x100000) ? (void *)((u_long)(a)) : vremap(a,b))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov