Browse Source

staging: lustre: remove unused cfs_"symbol" macros

These aren't used, so remove them.

Cc: Peng Tao <tao.peng@emc.com>
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman 12 years ago
parent
commit
409ccba9f2
1 changed files with 0 additions and 8 deletions
  1. 0 8
      drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h

+ 0 - 8
drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h

@@ -80,14 +80,6 @@ LL_PROC_PROTO(name)				     \
 				 __##name);	     \
 }
 
-/*
- * Symbol register
- */
-#define cfs_symbol_register(s, p)       do {} while(0)
-#define cfs_symbol_unregister(s)	do {} while(0)
-#define cfs_symbol_get(s)	       symbol_get(s)
-#define cfs_symbol_put(s)	       symbol_put(s)
-
 typedef struct module module_t;
 
 /*