]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/arm920t/ep93xx/speed.c
common: ep93xx: Move arch-specific declarations out of common
[u-boot] / arch / arm / cpu / arm920t / ep93xx / speed.c
index 9dc60b6ff27627e7bbf6799675dada6b1a2d158c..f0ab7d4e3d6a953937d562400b320ed8868be3cc 100644 (file)
@@ -39,7 +39,7 @@ static ulong get_PLLCLK(uint32_t *pllreg)
 }
 
 /* return FCLK frequency */
-ulong get_FCLK()
+ulong get_FCLK(void)
 {
        const uint8_t fclk_divisors[] = { 1, 2, 4, 8, 16, 1, 1, 1 };
        struct syscon_regs *syscon = (struct syscon_regs *)SYSCON_BASE;