patch-2.4.10 linux/drivers/atm/eni.c

Next file: linux/drivers/atm/firestream.c
Previous file: linux/drivers/atm/atmtcp.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/drivers/atm/eni.c linux/drivers/atm/eni.c
@@ -32,7 +32,7 @@
 #include "suni.h"
 #include "eni.h"
 
-#ifndef __i386__
+#if !defined(__i386__) && !defined(__x86_64__)
 #ifndef ioremap_nocache
 #define ioremap_nocache(X,Y) ioremap(X,Y)
 #endif 
@@ -2340,3 +2340,6 @@
 
 module_init(eni_init);
 module_exit(eni_cleanup);
+
+EXPORT_NO_SYMBOLS;
+MODULE_LICENSE("GPL");

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)