From: Andrey Skvortsov Date: Thu, 19 Jun 2014 07:24:12 +0000 (+0400) Subject: staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included... X-Git-Tag: v3.17-rc1~123^2~1693 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=87822e41af8fd22676b89eee2455ed259987211b;p=karo-tx-linux.git staging: lustre: obdclass: linux-sysctl.c: fix checkpatch warnings about included headers Signed-off-by: Andrey Skvortsov Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c index b87ca101a2a2..4dcdfc247c73 100644 --- a/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c +++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-sysctl.c @@ -42,8 +42,8 @@ #include #include #include -#include -#include +#include +#include #include #define DEBUG_SUBSYSTEM S_CLASS