]> Pileus Git - ~andy/linux/commitdiff
staging: lustre: Remove version.h header inclusion in symlink.c
authorSachin Kamat <sachin.kamat@linaro.org>
Wed, 24 Jul 2013 06:36:39 +0000 (12:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Jul 2013 16:58:26 +0000 (09:58 -0700)
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>
drivers/staging/lustre/lustre/llite/symlink.c

index 5260e989a4e508ffdf233d484208c01750e7c617..9208afb95f12bd1de28067a3d82719a6d04cb68e 100644 (file)
@@ -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>