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>
This commit is contained in:
Sachin Kamat 2013-07-25 12:27:20 +05:30 committed by Greg Kroah-Hartman
parent 0ad531db6c
commit f75b7d2d69

View File

@ -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>