staging/lustre: Fixed checkpatch warning: Use #include <linux/statfs.h> instead of...
authorFilipe Gonçalves <filipe@codinghighway.com>
Fri, 5 Sep 2014 04:09:46 +0000 (05:09 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 7 Sep 2014 04:46:55 +0000 (21:46 -0700)
Signed-off-by: Filipe Gonçalves <filipe@codinghighway.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/lmv/lproc_lmv.c

index 310df44f948d6769392fb02889559011b1660336..a7814f12a5055f98234c29939465d03982486a7e 100644 (file)
@@ -37,7 +37,7 @@
 #define DEBUG_SUBSYSTEM S_CLASS
 
 #include <linux/seq_file.h>
-#include <asm/statfs.h>
+#include <linux/statfs.h>
 #include "../include/lprocfs_status.h"
 #include "../include/obd_class.h"
 
This page took 0.025693 seconds and 5 git commands to generate.