summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-25 06:57:21 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-25 19:09:02 (GMT)
commitee49576196ac409ac87c36eee4fdc7f5de2ec269 (patch)
tree12288b67878bb1d260219081bf1cbf7a8d675779
parentf75b7d2d6901a8c03bfbbd3422c747ff6c53bdcc (diff)
downloadlinux-ee49576196ac409ac87c36eee4fdc7f5de2ec269.tar.xz
staging: lustre: Remove duplicate header file inclusion in rw.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/rw.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/lustre/lustre/llite/rw.c b/drivers/staging/lustre/lustre/llite/rw.c
index 43b5f0d2..ab4e95c 100644
--- a/drivers/staging/lustre/lustre/llite/rw.c
+++ b/drivers/staging/lustre/lustre/llite/rw.c
@@ -48,9 +48,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>
/* current_is_kswapd() */
#include <linux/swap.h>