summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-25 06:57:16 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-25 19:09:01 (GMT)
commit03f278994c04e0ed4e7c975565e8057835eb037a (patch)
treeeb59db7f9f0e62ffa29cd460c1234b2d98133e7d
parent6a4b8447cfae56bef3e3c4cc1b50d8b3c17e4b26 (diff)
downloadlinux-03f278994c04e0ed4e7c975565e8057835eb037a.tar.xz
staging: lustre: libcfs: Remove duplicate inclusion of header file
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/libcfs/linux/linux-proc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c b/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c
index 522b28e..80a9fab 100644
--- a/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c
+++ b/drivers/staging/lustre/lustre/libcfs/linux/linux-proc.c
@@ -54,9 +54,7 @@
#include <linux/fs.h>
#include <linux/file.h>
-#include <linux/stat.h>
#include <linux/list.h>
-#include <asm/uaccess.h>
#include <linux/proc_fs.h>
#include <linux/sysctl.h>