diff options
author | Peng Tao <bergwolf@gmail.com> | 2013-11-19 14:38:41 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-19 18:44:55 (GMT) |
commit | 81ddefb0040f9bf4722d99b4a1938c771e036530 (patch) | |
tree | b39c34e6f5d7cf45a43017cada577ff1799029b8 /drivers | |
parent | a05a2e4d19ec3be7a8a70e831b5f5c8dcea2efe4 (diff) | |
download | linux-81ddefb0040f9bf4722d99b4a1938c771e036530.tar.xz |
staging/lustre: remove CFS_SYSFS_MODULE_PARM
No more references to it.
Cc: Andreas Dilger <andreas.dilger@intel.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/lustre/include/linux/libcfs/linux/kp30.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h index 9b30b4d..d4c6716 100644 --- a/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h +++ b/drivers/staging/lustre/include/linux/libcfs/linux/kp30.h @@ -77,8 +77,6 @@ module_param(name, type, perm);\ MODULE_PARM_DESC(name, desc) -#define CFS_SYSFS_MODULE_PARM 1 /* module parameters accessible via sysfs */ - /******************************************************************************/ /* Light-weight trace * Support for temporary event tracing with minimal Heisenberg effect. */ |