From: Sachin Kamat <sachin.kamat@linaro.org> Date: Thu, 25 Jul 2013 06:57:23 +0000 (+0530) Subject: staging: lustre: Remove duplicate header file inclusion in lmv_fld.c X-Git-Tag: firefly_0821_release~176^2~5471^2~611 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0c050588a26eac43b4e875f21eb3926fa1c1b5d7;p=firefly-linux-kernel-4.4.55.git staging: lustre: Remove duplicate header file inclusion in lmv_fld.c Removed the header file included twice. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- diff --git a/drivers/staging/lustre/lustre/lmv/lmv_fld.c b/drivers/staging/lustre/lustre/lmv/lmv_fld.c index a4805aefa684..08a5b69dc90d 100644 --- a/drivers/staging/lustre/lustre/lmv/lmv_fld.c +++ b/drivers/staging/lustre/lustre/lmv/lmv_fld.c @@ -38,7 +38,6 @@ #include <linux/slab.h> #include <linux/module.h> #include <linux/init.h> -#include <linux/slab.h> #include <linux/pagemap.h> #include <asm/div64.h> #include <linux/seq_file.h>