]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-uniphier/timer.c
Merge branch 'master' of git://git.denx.de/u-boot-x86
[u-boot] / arch / arm / mach-uniphier / timer.c
index 27ada2924c9577c4cb0a96fcf834a109d0e5f035..a34e30b72bcaa6720148a0734edb731f6ee61813 100644 (file)
@@ -6,7 +6,8 @@
 
 #include <common.h>
 #include <linux/io.h>
-#include <mach/arm-mpcore.h>
+
+#include "arm-mpcore.h"
 
 #define PERIPHCLK (50 * 1000 * 1000) /* 50 MHz */
 #define PRESCALER ((PERIPHCLK) / (CONFIG_SYS_TIMER_RATE) - 1)