Staging: lustre: Added #include <linux/statfs.h> instead of #include <asm/statfs.h>
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Fri, 27 Feb 2015 13:05:45 +0000 (15:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 2 Mar 2015 00:31:46 +0000 (16:31 -0800)
The following patch fixes the checkpatch.pl warning:
WARNING: Use #include <linux/statfs.h> instead of #include <asm/statfs.h>

Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/lproc_osc.c

index 3ef2b554b65cfb4ed2d9cb079dcc4cce95c3a50f..f16089a1245a457f81342cfd41b5b0e6fcc19098 100644 (file)
@@ -35,7 +35,7 @@
  */
 #define DEBUG_SUBSYSTEM S_CLASS
 
-#include <asm/statfs.h>
+#include <linux/statfs.h>
 #include "../include/obd_cksum.h"
 #include "../include/obd_class.h"
 #include "../include/lprocfs_status.h"
This page took 0.024991 seconds and 5 git commands to generate.