]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: lustre: Remove duplicate header file inclusion in rw.c
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 25 Jul 2013 06:57:21 +0000 (12:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 19:09:02 +0000 (12:09 -0700)
Removed the header files included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/rw.c

index 43b5f0d2b72aa61e302c2357ebcb8b81e60b4bdc..ab4e95c635541a6197df583fe264b957a94b097d 100644 (file)
@@ -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>