1
0
Fork 0

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>
hifive-unleashed-5.1
Dilek Uzulmez 2015-02-27 15:05:45 +02:00 committed by Greg Kroah-Hartman
parent e6eae365ad
commit 382e095525
1 changed files with 1 additions and 1 deletions

View File

@ -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"