From: Tapasweni Pathak Date: Mon, 29 Sep 2014 10:33:12 +0000 (+0530) Subject: staging: lustre: lustre: obdclass: linux: include instead of X-Git-Tag: v5.15~17125^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1bcb5bd899dbd2704e063608af01d529aae8d693;p=platform%2Fkernel%2Flinux-starfive.git staging: lustre: lustre: obdclass: linux: include instead of This patch fixes checpatch.pl warning in linux-module.c file. WARNING: Use #include instead of WARNING: Use #include instead of WARNING: Use #include instead of Signed-off-by: Tapasweni Pathak Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c index 50256a9..7eaaaa6 100644 --- a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c +++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c @@ -58,10 +58,10 @@ #include #include #include -#include +#include #include -#include -#include +#include +#include #include #include