]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/mach-uniphier/timer.c
ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
[karo-tx-uboot.git] / arch / arm / mach-uniphier / timer.c
index 6edc0842a91cd7b8c87e85f650227823150b4434..adef08d2ded76a5e8d259b0fd00c797b6a684e31 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <common.h>
 #include <asm/io.h>
-#include <asm/arch/arm-mpcore.h>
+#include <mach/arm-mpcore.h>
 
 #define PERIPHCLK (50 * 1000 * 1000) /* 50 MHz */
 #define PRESCALER ((PERIPHCLK) / (CONFIG_SYS_TIMER_RATE) - 1)