diff options
author | Sachin Kamat | 2013-07-25 08:57:23 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-07-25 21:09:02 +0200 |
commit | 0c050588a26eac43b4e875f21eb3926fa1c1b5d7 (patch) | |
tree | ef6b20a72accd7a65e6a438ce9037e7d81507242 /drivers/staging/lustre | |
parent | staging: lustre: Remove duplicate header file inclusion in rw26.c (diff) | |
download | kernel-qcow2-linux-0c050588a26eac43b4e875f21eb3926fa1c1b5d7.tar.gz kernel-qcow2-linux-0c050588a26eac43b4e875f21eb3926fa1c1b5d7.tar.xz kernel-qcow2-linux-0c050588a26eac43b4e875f21eb3926fa1c1b5d7.zip |
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>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r-- | drivers/staging/lustre/lustre/lmv/lmv_fld.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |