aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYueHaibing <[email protected]>2019-04-24 02:50:00 +0000
committerGreg Kroah-Hartman <[email protected]>2019-04-25 12:01:31 +0200
commit8e77ebce6e3f21c7a2fa400f1cf6dae7d97ad466 (patch)
tree2eb23532049e4ba8c22e5fba98f1803a7e45aa92
parent3fcbb7d49cb7947711888a0e5905bc5cd90cab5d (diff)
staging: kpc2000: remove duplicated include from kp2000_module.c
Remove duplicated include. Signed-off-by: YueHaibing <[email protected]> Reviewed-by: Mukesh Ojha <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/kpc2000/kpc2000/kp2000_module.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/kpc2000/kpc2000/kp2000_module.c b/drivers/staging/kpc2000/kpc2000/kp2000_module.c
index 661b0b74ed66..fa3bd266ba54 100644
--- a/drivers/staging/kpc2000/kpc2000/kp2000_module.c
+++ b/drivers/staging/kpc2000/kpc2000/kp2000_module.c
@@ -5,7 +5,6 @@
#include <linux/types.h>
#include <linux/export.h>
#include <linux/slab.h>
-#include <linux/pci.h>
#include <asm/io.h>
#include <linux/io.h>
#include <linux/mfd/core.h>