From: Greg Kroah-Hartman Date: Wed, 21 Aug 2013 23:34:59 +0000 (-0700) Subject: sysfs: fix up uaccess.h coding style warnings X-Git-Tag: firefly_0821_release~176^2~5472^2~42 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=060cc749e9c50dfc8d1a8696aa0da520aa714977;p=firefly-linux-kernel-4.4.55.git 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 --- 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 @@ #include #include #include - -#include +#include #include "sysfs.h" 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 @@ #include #include #include -#include +#include #include "sysfs.h"