aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/llite/symlink.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-24 12:06:39 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 09:58:26 -0700
commit5995d8ac27aaa594431d738a98c43e6eaea1330a (patch)
tree19c620c20b9c27f1c31d8d7ea7be8f3f0b4d5ebe /drivers/staging/lustre/lustre/llite/symlink.c
parentstaging: lustre: Remove version.h header inclusion in super25.c (diff)
downloadlinux-dev-5995d8ac27aaa594431d738a98c43e6eaea1330a.tar.xz
linux-dev-5995d8ac27aaa594431d738a98c43e6eaea1330a.zip
staging: lustre: Remove version.h header inclusion in symlink.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>
Diffstat (limited to 'drivers/staging/lustre/lustre/llite/symlink.c')
-rw-r--r--drivers/staging/lustre/lustre/llite/symlink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/symlink.c b/drivers/staging/lustre/lustre/llite/symlink.c
index 5260e989a4e5..9208afb95f12 100644
--- a/drivers/staging/lustre/lustre/llite/symlink.c
+++ b/drivers/staging/lustre/lustre/llite/symlink.c
@@ -37,7 +37,6 @@
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/stat.h>
-#include <linux/version.h>
#define DEBUG_SUBSYSTEM S_LLITE
#include <lustre_lite.h>