aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraybuke ozdemir <[email protected]>2015-02-20 23:51:36 +0200
committerGreg Kroah-Hartman <[email protected]>2015-02-26 12:23:57 -0800
commit31982482c066eb4fdb06ff65d4c7fd059422099b (patch)
treeefa288d2a4393c527c0add86750dbba272768d14
parent17155544f6f03a7846f5c78a9668a41b28eb9452 (diff)
Staging: lustre: Used "linux" instead of "asm"
This patch fixes "Use #include <linux/uaccess.h> instead of <asm/uaccess.h"> checkpatch.pl warning in dir.c Signed-off-by: aybuke ozdemir <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/lustre/lustre/llite/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/dir.c b/drivers/staging/lustre/lustre/llite/dir.c
index a18201913273..cb632a121a6f 100644
--- a/drivers/staging/lustre/lustre/llite/dir.c
+++ b/drivers/staging/lustre/lustre/llite/dir.c
@@ -41,7 +41,7 @@
#include <linux/fs.h>
#include <linux/pagemap.h>
#include <linux/mm.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
#include <linux/buffer_head.h> /* for wait_on_buffer */
#include <linux/pagevec.h>
#include <linux/prefetch.h>