diff options
author | Sachin Kamat | 2013-07-25 08:57:20 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-07-25 21:09:02 +0200 |
commit | f75b7d2d6901a8c03bfbbd3422c747ff6c53bdcc (patch) | |
tree | 22e9be1e3fb1320b47a49bee03df02ad88d8538f /drivers/staging/lustre | |
parent | staging: lustre: Remove duplicate header file inclusion in llite_mmap.c (diff) | |
download | kernel-qcow2-linux-f75b7d2d6901a8c03bfbbd3422c747ff6c53bdcc.tar.gz kernel-qcow2-linux-f75b7d2d6901a8c03bfbbd3422c747ff6c53bdcc.tar.xz kernel-qcow2-linux-f75b7d2d6901a8c03bfbbd3422c747ff6c53bdcc.zip |
staging: lustre: Remove duplicate header file inclusion in lloop.c
Removed the header files 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/llite/lloop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/llite/lloop.c b/drivers/staging/lustre/lustre/llite/lloop.c index 9d4c17ea8808..e063efc23af9 100644 --- a/drivers/staging/lustre/lustre/llite/lloop.c +++ b/drivers/staging/lustre/lustre/llite/lloop.c @@ -99,7 +99,6 @@ #include <linux/completion.h> #include <linux/highmem.h> #include <linux/gfp.h> -#include <linux/swap.h> #include <linux/pagevec.h> #include <asm/uaccess.h> |