From b45024edc44428888c41a8e186f4f0385c79b768 Mon Sep 17 00:00:00 2001 From: Mike Rapoport <mike.rapoport@gmail.com> 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 <linux/statfs.h> instead of <asm/statfs.h> Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- 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 45651caf42ccf..f5d83ebe2fdd1 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 <asm/statfs.h> +#include <linux/statfs.h> #include <linux/fs.h> #include <linux/dcache.h> -- 2.30.2