From b45024edc44428888c41a8e186f4f0385c79b768 Mon Sep 17 00:00:00 2001 From: Mike Rapoport Date: Mon, 7 Sep 2015 16:05:15 +0300 Subject: [PATCH] staging: lustre: use linux/statfs.h instead of asm/statfs.h Fix the following checkpatch warning: drivers/staging/lustre/lustre/include/linux/lustre_lite.h:46: WARNING:INCLUDE_LINUX: Use #include instead of Signed-off-by: Mike Rapoport Signed-off-by: Greg Kroah-Hartman --- drivers/staging/lustre/lustre/include/linux/lustre_lite.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/lustre/lustre/include/linux/lustre_lite.h b/drivers/staging/lustre/lustre/include/linux/lustre_lite.h index 45651caf42cc..f5d83ebe2fdd 100644 --- a/drivers/staging/lustre/lustre/include/linux/lustre_lite.h +++ b/drivers/staging/lustre/lustre/include/linux/lustre_lite.h @@ -40,7 +40,7 @@ #endif -#include +#include #include #include -- 2.34.1