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>
This commit is contained in:
Greg Kroah-Hartman 2013-08-04 07:42:22 +08:00
parent 7ac24edaf4
commit 409ccba9f2

View file

@ -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;
/*