From: Filipe Gonçalves Date: Fri, 5 Sep 2014 04:09:46 +0000 (+0100) Subject: staging/lustre: Fixed checkpatch warning: Use #include instead of... X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=588a12d789e1a9b8193465c09f32024c0d43a849;p=deliverable%2Flinux.git staging/lustre: Fixed checkpatch warning: Use #include instead of Signed-off-by: Filipe Gonçalves Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c b/drivers/staging/lustre/lustre/lmv/lproc_lmv.c index 310df44f948d..a7814f12a505 100644 --- a/drivers/staging/lustre/lustre/lmv/lproc_lmv.c +++ b/drivers/staging/lustre/lustre/lmv/lproc_lmv.c @@ -37,7 +37,7 @@ #define DEBUG_SUBSYSTEM S_CLASS #include -#include +#include #include "../include/lprocfs_status.h" #include "../include/obd_class.h"