aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-02-22 14:13:49 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-22 12:03:22 -0800
commit886cdbfcd2150e6d70597c58048a46b3473e6098 (patch)
tree3a13a01114c9550738a6f3b6839d854410d008f4 /drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
parentstaging: emxx_udc: Remove header file (diff)
downloadlinux-dev-886cdbfcd2150e6d70597c58048a46b3473e6098.tar.xz
linux-dev-886cdbfcd2150e6d70597c58048a46b3473e6098.zip
staging: lustre: obdclass: Remove header file
Remove duplicate include file. Found using includecheck. Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/obdclass/linux/linux-module.c')
-rw-r--r--drivers/staging/lustre/lustre/obdclass/linux/linux-module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
index 1de3b9ab2f7e..689f33ac89e0 100644
--- a/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
+++ b/drivers/staging/lustre/lustre/obdclass/linux/linux-module.c
@@ -59,7 +59,6 @@
#include <linux/highmem.h>
#include <linux/io.h>
#include <asm/ioctls.h>
-#include <linux/poll.h>
#include <linux/uaccess.h>
#include <linux/miscdevice.h>
#include <linux/seq_file.h>