diff options
| author | Amitoj Kaur Chawla <[email protected]> | 2016-02-22 14:13:49 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-02-22 12:03:22 -0800 |
| commit | 886cdbfcd2150e6d70597c58048a46b3473e6098 (patch) | |
| tree | 3a13a01114c9550738a6f3b6839d854410d008f4 | |
| parent | 40a13d08150d9b8cbec2e9e5105fd1798e8c2db9 (diff) | |
staging: lustre: obdclass: Remove header file
Remove duplicate include file. Found using includecheck.
Signed-off-by: Amitoj Kaur Chawla <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/lustre/lustre/obdclass/linux/linux-module.c | 1 |
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> |