i2c: Use <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / i2c / busses / i2c-sis630.c
index 2309c7f1bde2da537baff92c2a5dad2bc59ec734..e6f539e26f65fb97918e132164d45b80ce4a0113 100644 (file)
@@ -53,7 +53,7 @@
 #include <linux/init.h>
 #include <linux/i2c.h>
 #include <linux/acpi.h>
-#include <asm/io.h>
+#include <linux/io.h>
 
 /* SIS630 SMBus registers */
 #define SMB_STS                        0x80    /* status */
This page took 0.027334 seconds and 5 git commands to generate.