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-Url: http://git.lede-project.org./?a=commitdiff_plain;h=87822e41af8fd22676b89eee2455ed259987211b;p=openwrt%2Fstaging%2Fblogic.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