diff options
author | Fabian Frederick <fabf@skynet.be> | 2014-08-08 14:21:12 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-08-08 15:57:21 -0700 |
commit | 17093991af4995c4b93f6d8ac63aab68fcd9e1be (patch) | |
tree | d8159bc86cdba8c5f3b884b71000ad9367411073 /fs/reiserfs/xattr_acl.c | |
parent | 53872ed07786714bff3642ee9ee61afd3f4eb749 (diff) | |
download | linux-stable-17093991af4995c4b93f6d8ac63aab68fcd9e1be.tar.gz linux-stable-17093991af4995c4b93f6d8ac63aab68fcd9e1be.tar.bz2 linux-stable-17093991af4995c4b93f6d8ac63aab68fcd9e1be.zip |
fs/reiserfs: use linux/uaccess.h
Fix checkpatch warning
WARNING: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Cc: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs/xattr_acl.c')
-rw-r--r-- | fs/reiserfs/xattr_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/xattr_acl.c b/fs/reiserfs/xattr_acl.c index 44503e293790..4b34b9dc03dd 100644 --- a/fs/reiserfs/xattr_acl.c +++ b/fs/reiserfs/xattr_acl.c @@ -9,7 +9,7 @@ #include <linux/posix_acl_xattr.h> #include "xattr.h" #include "acl.h" -#include <asm/uaccess.h> +#include <linux/uaccess.h> static int __reiserfs_set_acl(struct reiserfs_transaction_handle *th, struct inode *inode, int type, |