staging: lustre: use linux/statfs.h instead of asm/statfs.h
authorMike Rapoport <mike.rapoport@gmail.com>
Mon, 7 Sep 2015 13:05:15 +0000 (16:05 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:50 +0000 (18:24 -0700)
Fix the following checkpatch warning:

drivers/staging/lustre/lustre/include/linux/lustre_lite.h:46:
WARNING:INCLUDE_LINUX: Use #include <linux/statfs.h> instead of <asm/statfs.h>

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/linux/lustre_lite.h

index 45651ca..f5d83eb 100644 (file)
@@ -40,7 +40,7 @@
 #endif
 
 
-#include <asm/statfs.h>
+#include <linux/statfs.h>
 
 #include <linux/fs.h>
 #include <linux/dcache.h>