mirror of https://gitee.com/openkylin/linux.git
staging: lustre: Remove version.h header inclusion in lvfs_linux.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>
This commit is contained in:
parent
18b98a3b48
commit
828dd755b7
|
@ -40,13 +40,11 @@
|
|||
|
||||
#define DEBUG_SUBSYSTEM S_FILTER
|
||||
|
||||
#include <linux/version.h>
|
||||
#include <linux/fs.h>
|
||||
#include <asm/unistd.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/pagemap.h>
|
||||
#include <linux/quotaops.h>
|
||||
#include <linux/version.h>
|
||||
#include <linux/libcfs/libcfs.h>
|
||||
#include <lustre_fsfilt.h>
|
||||
#include <obd.h>
|
||||
|
|
Loading…
Reference in New Issue