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>
This commit is contained in:
parent
70c0ed9825
commit
588a12d789
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue