summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-07-25 06:57:24 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-25 19:09:02 (GMT)
commitc92b5ea0af2816e70f7e72b49c2a67868f20c015 (patch)
treedc990b1dd9092c258cfef9d78c1ce0b93eb47b8e
parent0c050588a26eac43b4e875f21eb3926fa1c1b5d7 (diff)
downloadlinux-c92b5ea0af2816e70f7e72b49c2a67868f20c015.tar.xz
staging: lustre: Remove duplicate header file inclusion in lmv_intent.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>
-rw-r--r--drivers/staging/lustre/lustre/lmv/lmv_intent.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lmv/lmv_intent.c b/drivers/staging/lustre/lustre/lmv/lmv_intent.c
index 7eefab5..4bc8c6a 100644
--- a/drivers/staging/lustre/lustre/lmv/lmv_intent.c
+++ b/drivers/staging/lustre/lustre/lmv/lmv_intent.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>