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
parent 2086ca482f
commit 2178218027
32 changed files with 32 additions and 37 deletions

View File

@@ -39,7 +39,7 @@
#include <linux/init.h>
#include <linux/dmi.h>
#include <linux/acpi.h>
#include <asm/io.h>
#include <linux/io.h>
/* PIIX4 SMBus address offsets */