[openib-general] [PATCH][DAPL] remove #define EXPORT_SYMTAB

Tom Duffy tduffy at sun.com
Mon May 2 13:28:27 PDT 2005


Do not need to #define EXPORT_SYMTAB.

Signed-off-by: Tom Duffy <tduffy at sun.com>

Index: gen2/users/jlentini/linux-kernel/test/dapltest/kdapl/kdapl_module.c
===================================================================
--- gen2/users/jlentini/linux-kernel/test/dapltest/kdapl/kdapl_module.c	(revision 2247)
+++ gen2/users/jlentini/linux-kernel/test/dapltest/kdapl/kdapl_module.c	(working copy)
@@ -39,8 +39,6 @@ MODULE_LICENSE("Dual BSD/GPL");
 MODULE_DESCRIPTION("kdapltest module");
 MODULE_AUTHOR("James Lentini");
 
-#define EXPORT_SYMTAB
-
 /* static data */
 static int		kdapltest_major;/* device major number */
 static DT_Mdep_LockType	kdapltest_lock;	/* lock global test structs */
Index: gen2/users/jlentini/linux-kernel/dat-provider/dapl_module.c
===================================================================
--- gen2/users/jlentini/linux-kernel/dat-provider/dapl_module.c	(revision 2247)
+++ gen2/users/jlentini/linux-kernel/dat-provider/dapl_module.c	(working copy)
@@ -25,7 +25,6 @@
  * and/or other materials provided with the distribution.
  */
 
-#define EXPORT_SYMTAB
 #include <linux/module.h>
 #include <linux/errno.h>
 
Index: gen2/users/jlentini/linux-kernel/dat/core.c
===================================================================
--- gen2/users/jlentini/linux-kernel/dat/core.c	(revision 2247)
+++ gen2/users/jlentini/linux-kernel/dat/core.c	(working copy)
@@ -34,7 +34,6 @@
  * $Id$
  **********************************************************************/
 
-#define EXPORT_SYMTAB
 #include <linux/module.h>
 
 #include "core.h"




More information about the general mailing list