Browse Source

i2c-s3c2410: Build fix

Fixup the include files after the arch moves that
where included in 2.6.23.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Ben Dooks 18 years ago
parent
commit
b5d0b4ba38
1 changed files with 2 additions and 2 deletions
  1. 2 2
      drivers/i2c/busses/i2c-s3c2410.c

+ 2 - 2
drivers/i2c/busses/i2c-s3c2410.c

@@ -39,8 +39,8 @@
 #include <asm/io.h>
 
 #include <asm/arch/regs-gpio.h>
-#include <asm/arch/regs-iic.h>
-#include <asm/arch/iic.h>
+#include <asm/plat-s3c/regs-iic.h>
+#include <asm/plat-s3c/iic.h>
 
 /* i2c controller state */