mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
Staging: lustre: Added #include <linux/statfs.h> instead of #include <asm/statfs.h>
The following patch fixes the checkpatch.pl warning: WARNING: Use #include <linux/statfs.h> instead of #include <asm/statfs.h> Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
e6eae365ad
commit
382e095525
@@ -35,7 +35,7 @@
|
||||
*/
|
||||
#define DEBUG_SUBSYSTEM S_CLASS
|
||||
|
||||
#include <asm/statfs.h>
|
||||
#include <linux/statfs.h>
|
||||
#include "../include/obd_cksum.h"
|
||||
#include "../include/obd_class.h"
|
||||
#include "../include/lprocfs_status.h"
|
||||
|
||||
Reference in New Issue
Block a user