patch-2.4.22 linux-2.4.22/drivers/message/fusion/isense.c
Next file: linux-2.4.22/drivers/message/fusion/linux_compat.h
Previous file: linux-2.4.22/drivers/message/fusion/Makefile
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
2003-08-25 04:44:42.000000000 -0700
- Orig file:
linux-2.4.21/drivers/message/fusion/isense.c
- Orig date:
2003-06-13 07:51:34.000000000 -0700
diff -urN linux-2.4.21/drivers/message/fusion/isense.c linux-2.4.22/drivers/message/fusion/isense.c
@@ -9,9 +9,9 @@
* Written By: Steven J. Ralston
* (yes I wrote some of the orig. code back in 1991!)
* (mailto:sjralston1@netscape.net)
- * (mailto:Pam.Delaney@lsil.com)
+ * (mailto:lstephens@lsil.com)
*
- * $Id: isense.c,v 1.33 2002/02/27 18:44:19 sralston Exp $
+ * $Id: isense.c,v 1.34 2003/03/18 22:49:48 pdelaney Exp $
*/
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
/*
@@ -89,7 +89,9 @@
#define my_VERSION MPT_LINUX_VERSION_COMMON
#define MYNAM "isense"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,62)
EXPORT_NO_SYMBOLS;
+#endif
MODULE_AUTHOR(MODULEAUTHOR);
MODULE_DESCRIPTION(my_NAME);
MODULE_LICENSE("GPL");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)