diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-21 19:34:59 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-08-21 19:34:59 -0400 |
commit | 060cc749e9c50dfc8d1a8696aa0da520aa714977 (patch) | |
tree | 28de88c12e389c07dcda9cbd8f4e239b22f15440 | |
parent | ddfd6d074e0fadd14b6670394a6a7fb6a955de18 (diff) |
sysfs: fix up uaccess.h coding style warnings
This fixes the uaccess.h warnings in the sysfs.c files.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | fs/sysfs/bin.c | 3 | ||||
-rw-r--r-- | fs/sysfs/file.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/fs/sysfs/bin.c b/fs/sysfs/bin.c index 26861e5a9fc4..c590cabd57bb 100644 --- a/fs/sysfs/bin.c +++ b/fs/sysfs/bin.c | |||
@@ -22,8 +22,7 @@ | |||
22 | #include <linux/slab.h> | 22 | #include <linux/slab.h> |
23 | #include <linux/mutex.h> | 23 | #include <linux/mutex.h> |
24 | #include <linux/mm.h> | 24 | #include <linux/mm.h> |
25 | 25 | #include <linux/uaccess.h> | |
26 | #include <asm/uaccess.h> | ||
27 | 26 | ||
28 | #include "sysfs.h" | 27 | #include "sysfs.h" |
29 | 28 | ||
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 62bdcefbac6c..8c52e5e5ddc3 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/list.h> | 20 | #include <linux/list.h> |
21 | #include <linux/mutex.h> | 21 | #include <linux/mutex.h> |
22 | #include <linux/limits.h> | 22 | #include <linux/limits.h> |
23 | #include <asm/uaccess.h> | 23 | #include <linux/uaccess.h> |
24 | 24 | ||
25 | #include "sysfs.h" | 25 | #include "sysfs.h" |
26 | 26 | ||