staging: lustre: linux-debug: Remove duplicate inclusion of header file
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 25 Jul 2013 06:57:15 +0000 (12:27 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Jul 2013 19:09:01 +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/libcfs/linux/linux-debug.c

index 0069b5ea1c28fdfff9cb20adbdb8da8d531ac455..6afb350731418850e5daad3e2884568a7548dd37 100644 (file)
 #include <linux/errno.h>
 #include <linux/unistd.h>
 #include <linux/interrupt.h>
-#include <asm/uaccess.h>
 #include <linux/completion.h>
-
 #include <linux/fs.h>
-#include <linux/stat.h>
 #include <asm/uaccess.h>
 #include <linux/miscdevice.h>
 
This page took 0.025559 seconds and 5 git commands to generate.