mips: ath79: Rename get_bootstrap into ath79_get_bootstrap
[oweals/u-boot.git] / arch / mips / mach-ath79 / qca953x / clk.c
index ef0a28e5054a86986918d06fe64aeda7ec33a66f..533356c6a1c7a94a1c6ba759516719d378dcfb67 100644 (file)
@@ -9,7 +9,7 @@
 #include <asm/addrspace.h>
 #include <asm/types.h>
 #include <mach/ar71xx_regs.h>
-#include <mach/reset.h>
+#include <mach/ath79.h>
 
 DECLARE_GLOBAL_DATA_PTR;
 
@@ -17,7 +17,7 @@ static u32 qca953x_get_xtal(void)
 {
        u32 val;
 
-       val = get_bootstrap();
+       val = ath79_get_bootstrap();
        if (val & QCA953X_BOOTSTRAP_REF_CLK_40)
                return 40000000;
        else