summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-25 06:57:19 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-25 19:09:02 (GMT)
commit0ad531db6c83e277a86bdf6e5392a297cbeedb73 (patch)
tree2950b8b060a0cf88feefd6f562f27451749b96b7
parent2950b2416fd2f38545dde9444878c7982d8fca19 (diff)
downloadlinux-0ad531db6c83e277a86bdf6e5392a297cbeedb73.tar.xz
staging: lustre: Remove duplicate header file inclusion in llite_mmap.c
Removed the header files included twice. 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/llite/llite_mmap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/lustre/lustre/llite/llite_mmap.c b/drivers/staging/lustre/lustre/llite/llite_mmap.c
index a4061ee..b59cbd7 100644
--- a/drivers/staging/lustre/lustre/llite/llite_mmap.c
+++ b/drivers/staging/lustre/lustre/llite/llite_mmap.c
@@ -43,9 +43,6 @@
#include <asm/uaccess.h>
#include <linux/fs.h>
-#include <linux/stat.h>
-#include <asm/uaccess.h>
-#include <linux/mm.h>
#include <linux/pagemap.h>
#define DEBUG_SUBSYSTEM S_LLITE