commit | 060cc749e9c50dfc8d1a8696aa0da520aa714977 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 16:34:59 2013 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Aug 21 16:34:59 2013 -0700 |
tree | 28de88c12e389c07dcda9cbd8f4e239b22f15440 | |
parent | ddfd6d074e0fadd14b6670394a6a7fb6a955de18 [diff] [blame] |
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>
diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 62bdcef..8c52e5e 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c
@@ -20,7 +20,7 @@ #include <linux/list.h> #include <linux/mutex.h> #include <linux/limits.h> -#include <asm/uaccess.h> +#include <linux/uaccess.h> #include "sysfs.h"