Commit 382e0955 authored by Dilek Uzulmez's avatar Dilek Uzulmez Committed by Greg Kroah-Hartman

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: default avatarDilek Uzulmez <dilekuzulmez@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e6eae365
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
*/ */
#define DEBUG_SUBSYSTEM S_CLASS #define DEBUG_SUBSYSTEM S_CLASS
#include <asm/statfs.h> #include <linux/statfs.h>
#include "../include/obd_cksum.h" #include "../include/obd_cksum.h"
#include "../include/obd_class.h" #include "../include/obd_class.h"
#include "../include/lprocfs_status.h" #include "../include/lprocfs_status.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment