i2c: Use <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / i2c / busses / i2c-mv64xxx.c
index 3623a44990849987bc872480122bc1d987e2b004..16242063144fa5a82d61e5c3d4f105f46963b783 100644 (file)
@@ -17,8 +17,7 @@
 #include <linux/interrupt.h>
 #include <linux/mv643xx_i2c.h>
 #include <linux/platform_device.h>
-
-#include <asm/io.h>
+#include <linux/io.h>
 
 /* Register defines */
 #define        MV64XXX_I2C_REG_SLAVE_ADDR                      0x00
This page took 0.030578 seconds and 5 git commands to generate.