summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-24 06:36:44 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 16:58:27 (GMT)
commit777a9f4aa7dcd2c1c3573a5c0e739286678d509b (patch)
tree1a99c102b33973c194b651f198b9a77a9ce29b89
parent828dd755b76d8a83b6f3aa9fd34a0fd60b8787ba (diff)
downloadlinux-777a9f4aa7dcd2c1c3573a5c0e739286678d509b.tar.xz
staging: lustre: Remove version.h header inclusion in lproc_mdc.c
version.h header inclusion is not necessary as detected by versioncheck. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/lustre/lustre/mdc/lproc_mdc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/mdc/lproc_mdc.c b/drivers/staging/lustre/lustre/mdc/lproc_mdc.c
index 6592478..7530084 100644
--- a/drivers/staging/lustre/lustre/mdc/lproc_mdc.c
+++ b/drivers/staging/lustre/lustre/mdc/lproc_mdc.c
@@ -35,7 +35,6 @@
*/
#define DEBUG_SUBSYSTEM S_CLASS
-#include <linux/version.h>
#include <linux/vfs.h>
#include <obd_class.h>
#include <lprocfs_status.h>