i2c: Use <linux/io.h> instead of <asm/io.h>
[deliverable/linux.git] / drivers / i2c / busses / i2c-sh7760.c
index b9680f50f541b76824bbe2881c60b2d4e6486f03..4f93da31d3ad8c4dd9b6f6d719a6ea1571b00819 100644 (file)
 #include <linux/ioport.h>
 #include <linux/platform_device.h>
 #include <linux/slab.h>
+#include <linux/io.h>
 
 #include <asm/clock.h>
 #include <asm/i2c-sh7760.h>
-#include <asm/io.h>
 
 /* register offsets */
 #define I2CSCR         0x0             /* slave ctrl           */
This page took 0.03419 seconds and 5 git commands to generate.