summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-24 06:36:47 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 16:58:27 (GMT)
commitb17984687cea1362f26f4444d9238df876b255ef (patch)
treeef14e4926b4a81029d3ca2b81397987f6ce5742b
parentc3f8f3d83adadacf3ba0835a8100ddf399ce9940 (diff)
downloadlinux-b17984687cea1362f26f4444d9238df876b255ef.tar.xz
staging: lustre: Remove version.h header inclusion in linux-sysctl.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/obdclass/linux/linux-sysctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
index 7b94cb7..8fe6a01 100644
--- a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
+++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c
@@ -39,7 +39,6 @@
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/sysctl.h>
-#include <linux/version.h>
#include <linux/proc_fs.h>
#include <linux/slab.h>
#include <linux/stat.h>