From: Geordan Neukum Date: Wed, 22 May 2019 12:14:00 +0000 (+0000) Subject: staging: kpc2000: kpc_i2c: use instead of X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=32806b33fee8200b18702a93d693017c6445b2c9;p=linux.git staging: kpc2000: kpc_i2c: use instead of Rather than include asm/io.h, include linux/io.h. Issue reported by the script checkpatch.pl. Signed-off-by: Geordan Neukum Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/kpc2000/kpc2000_i2c.c b/drivers/staging/kpc2000/kpc2000_i2c.c index a1ebc2386d700..5d98ed54c05cc 100644 --- a/drivers/staging/kpc2000/kpc2000_i2c.c +++ b/drivers/staging/kpc2000/kpc2000_i2c.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include