summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFilipe Gonçalves <filipe@codinghighway.com>2014-09-05 05:09:46 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-06 21:46:55 -0700
commit588a12d789e1a9b8193465c09f32024c0d43a849 (patch)
tree2c253a69f3398adaba1bdc38dda74f3a33368504 /drivers
parent70c0ed98256a1b297029842b9e250dc9ec9bddd1 (diff)
staging/lustre: Fixed checkpatch warning: Use #include <linux/statfs.h> instead of <asm/statfs.h>
Signed-off-by: Filipe Gonçalves <filipe@codinghighway.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/lustre/lustre/lmv/lproc_lmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c b/drivers/staging/lustre/lustre/lmv/lproc_lmv.c
index 310df44f948d..a7814f12a505 100644
--- a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c
+++ b/drivers/staging/lustre/lustre/lmv/lproc_lmv.c
@@ -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"