Commit 73e8636e authored by Keith Mannthey's avatar Keith Mannthey Committed by Greg Kroah-Hartman

staging/lustre/style: removes obsolete EXPORT_SYMTAB macros v2

EXPORT_SYMTAB is obsolete after 2.4 kernel, this patch removes
EXPORT_SYMTAB from the source code again.

Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-1347
Lustre-change: http://review.whamcloud.com/6739Signed-off-by: default avatarKeith Mannthey <keith.mannthey@intel.com>
Reviewed-by: default avatarPeng Tao <bergwolf@gmail.com>
Reviewed-by: default avatarLiu Xuezhao <xuezhao.liu@emc.com>
Reviewed-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarPeng Tao <tao.peng@emc.com>
Signed-off-by: default avatarAndreas Dilger <andreas.dilger@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4c2060a8
...@@ -33,9 +33,6 @@ ...@@ -33,9 +33,6 @@
* Author: liang@whamcloud.com * Author: liang@whamcloud.com
*/ */
#ifndef EXPORT_SYMTAB
# define EXPORT_SYMTAB
#endif
#define DEBUG_SUBSYSTEM S_LNET #define DEBUG_SUBSYSTEM S_LNET
#include <linux/libcfs/libcfs.h> #include <linux/libcfs/libcfs.h>
......
...@@ -30,9 +30,6 @@ ...@@ -30,9 +30,6 @@
* Author: liang@whamcloud.com * Author: liang@whamcloud.com
*/ */
#ifndef EXPORT_SYMTAB
# define EXPORT_SYMTAB
#endif
#define DEBUG_SUBSYSTEM S_LNET #define DEBUG_SUBSYSTEM S_LNET
#include <linux/libcfs/libcfs.h> #include <linux/libcfs/libcfs.h>
......
...@@ -31,9 +31,6 @@ ...@@ -31,9 +31,6 @@
* Author: liang@whamcloud.com * Author: liang@whamcloud.com
*/ */
#ifndef EXPORT_SYMTAB
# define EXPORT_SYMTAB
#endif
#define DEBUG_SUBSYSTEM S_LNET #define DEBUG_SUBSYSTEM S_LNET
#include <linux/libcfs/libcfs.h> #include <linux/libcfs/libcfs.h>
......
...@@ -41,10 +41,6 @@ ...@@ -41,10 +41,6 @@
#define DEBUG_SUBSYSTEM S_LOG #define DEBUG_SUBSYSTEM S_LOG
#ifndef EXPORT_SYMTAB
#define EXPORT_SYMTAB
#endif
#include <obd.h> #include <obd.h>
#include <obd_class.h> #include <obd_class.h>
#include <lustre_fid.h> #include <lustre_fid.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment