Commit 588a12d7 authored by Filipe Gonçalves's avatar Filipe Gonçalves Committed by Greg Kroah-Hartman

staging/lustre: Fixed checkpatch warning: Use #include <linux/statfs.h> instead of <asm/statfs.h>

Signed-off-by: default avatarFilipe Gonçalves <filipe@codinghighway.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 70c0ed98
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
#define DEBUG_SUBSYSTEM S_CLASS #define DEBUG_SUBSYSTEM S_CLASS
#include <linux/seq_file.h> #include <linux/seq_file.h>
#include <asm/statfs.h> #include <linux/statfs.h>
#include "../include/lprocfs_status.h" #include "../include/lprocfs_status.h"
#include "../include/obd_class.h" #include "../include/obd_class.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