From fdc2f80be2ef15d0fe8d354a70327a7d7c7c53f4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 21 Aug 2013 16:34:59 -0700 Subject: 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 --- fs/sysfs/bin.c | 3 +-- 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 26861e5a9fc..c590cabd57b 100644 --- a/fs/sysfs/bin.c +++ b/fs/sysfs/bin.c @@ -22,8 +22,7 @@ #include #include #include - -#include +#include #include "sysfs.h" diff --git a/fs/sysfs/file.c b/fs/sysfs/file.c index 62bdcefbac6..8c52e5e5ddc 100644 --- a/fs/sysfs/file.c +++ b/fs/sysfs/file.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include "sysfs.h" -- cgit v1.2.3