]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/s3c24x0_i2c.c
Move s3c24x0 header files to asm-arm/arch-s3c24x0/
[karo-tx-uboot.git] / drivers / i2c / s3c24x0_i2c.c
index 55c6a12aaed1d92116affa1ba8cae953f5ec8700..8fecc6e3f2c04b6879f9f724e56b062599bd05c0 100644 (file)
@@ -28,9 +28,9 @@
 
 #include <common.h>
 #if defined(CONFIG_S3C2400)
-#include <s3c2400.h>
+#include <asm/arch/s3c2400.h>
 #elif defined(CONFIG_S3C2410)
-#include <s3c2410.h>
+#include <asm/arch/s3c2410.h>
 #endif
 
 #include <asm/io.h>