]> git.karo-electronics.de Git - linux-beck.git/commitdiff
staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included...
authorAndrey Skvortsov <skvortsov.av@summatechnology.ru>
Thu, 19 Jun 2014 07:24:12 +0000 (11:24 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:22:24 +0000 (17:22 -0700)
Signed-off-by: Andrey Skvortsov <Andrej.Skvortzov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c

index b87ca101a2a2365ff1a74912920790ffc8544ba2..4dcdfc247c73ba4f3d55d8e28211b4235fc23854 100644 (file)
@@ -42,8 +42,8 @@
 #include <linux/slab.h>
 #include <linux/stat.h>
 #include <linux/ctype.h>
-#include <asm/bitops.h>
-#include <asm/uaccess.h>
+#include <linux/bitops.h>
+#include <linux/uaccess.h>
 #include <linux/utsname.h>
 
 #define DEBUG_SUBSYSTEM S_CLASS