Browse Source

staging: lustre: use linux/statfs.h instead of asm/statfs.h

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>
Mike Rapoport 10 years ago
parent
commit
b45024edc4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/lustre/lustre/include/linux/lustre_lite.h

+ 1 - 1
drivers/staging/lustre/lustre/include/linux/lustre_lite.h

@@ -40,7 +40,7 @@
 #endif
 
 
-#include <asm/statfs.h>
+#include <linux/statfs.h>
 
 #include <linux/fs.h>
 #include <linux/dcache.h>