staging: kpc2000: remove unnecessary include in core.c
authorSimon Sandström <simon@nikanor.nu>
Mon, 3 Jun 2019 22:29:14 +0000 (00:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Jun 2019 12:57:01 +0000 (14:57 +0200)
Fixes checkpatch.pl warning "Use #include <linux/io.h> instead of
<asm/io.h>".

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000/core.c

index 6d4fc1f37c9febfef4f5a8169f81fd69fc25b109..3f17566a9d03cccf4161c0b233345b5dd023fc1c 100644 (file)
@@ -12,7 +12,6 @@
 #include <linux/cdev.h>
 #include <linux/rwsem.h>
 #include <linux/uaccess.h>
-#include <asm/io.h>
 #include <linux/io.h>
 #include <linux/mfd/core.h>
 #include <linux/platform_device.h>