From: Geordan Neukum Date: Wed, 22 May 2019 12:14:00 +0000 (+0000) Subject: staging: kpc2000: kpc_i2c: use instead of X-Git-Tag: v5.4-rc1~602^2~413 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=32806b33fee8200b18702a93d693017c6445b2c9;p=platform%2Fkernel%2Flinux-rpi.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 a1ebc2386d70..5d98ed54c05c 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