i2c: Use <linux/io.h> instead of <asm/io.h>

As warned by checkpatch.pl, <linux/io.h> should be used instead of
<asm/io.h>.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
This commit is contained in:
H Hartley Sweeten
2010-05-21 18:41:01 +02:00
committed by Jean Delvare
szülő 2086ca482f
commit 2178218027
32 fájl változott, egészen pontosan 32 új sor hozzáadva és 37 régi sor törölve

Fájl megtekintése

@@ -23,9 +23,9 @@
#include <linux/i2c-algo-pca.h>
#include <linux/i2c-pca-platform.h>
#include <linux/gpio.h>
#include <linux/io.h>
#include <asm/irq.h>
#include <asm/io.h>
struct i2c_pca_pf_data {
void __iomem *reg_base;