]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-uniphier/timer.c
ARM: uniphier: drop UniPhier specific SMP code
[u-boot] / arch / arm / mach-uniphier / timer.c
index 6edc0842a91cd7b8c87e85f650227823150b4434..27ada2924c9577c4cb0a96fcf834a109d0e5f035 100644 (file)
@@ -1,13 +1,12 @@
 /*
- * Copyright (C) 2012-2014 Panasonic Corporation
- *   Author: Masahiro Yamada <yamada.m@jp.panasonic.com>
+ * Copyright (C) 2012-2015 Masahiro Yamada <yamada.masahiro@socionext.com>
  *
  * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
-#include <asm/io.h>
-#include <asm/arch/arm-mpcore.h>
+#include <linux/io.h>
+#include <mach/arm-mpcore.h>
 
 #define PERIPHCLK (50 * 1000 * 1000) /* 50 MHz */
 #define PRESCALER ((PERIPHCLK) / (CONFIG_SYS_TIMER_RATE) - 1)