summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-24 06:36:48 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 16:58:28 (GMT)
commit831ed1965233e93b7c9f64b038c2254cad7e3139 (patch)
tree931aa759f15aad3a94e34d1515822dbbe49e7de7
parentb17984687cea1362f26f4444d9238df876b255ef (diff)
downloadlinux-831ed1965233e93b7c9f64b038c2254cad7e3139.tar.xz
staging: lustre: Remove version.h header inclusion in obd_mount.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/obd_mount.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/obd_mount.c b/drivers/staging/lustre/lustre/obdclass/obd_mount.c
index f5585cc..28d174a 100644
--- a/drivers/staging/lustre/lustre/obdclass/obd_mount.c
+++ b/drivers/staging/lustre/lustre/obdclass/obd_mount.c
@@ -50,7 +50,6 @@
#include <lustre_fsfilt.h>
#include <obd_class.h>
#include <lustre/lustre_user.h>
-#include <linux/version.h>
#include <lustre_log.h>
#include <lustre_disk.h>
#include <lustre_param.h>