From: Tapasweni Pathak Date: Mon, 29 Sep 2014 10:33:12 +0000 (+0530) Subject: staging: lustre: lustre: obdclass: linux: include instead of X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1bcb5bd899dbd2704e063608af01d529aae8d693;p=linux-beck.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 50256a99191d..7eaaaa648dfb 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