avr32: Rename pm_init() as clk_init() and make SoC-specific
[platform/kernel/u-boot.git] / include / asm-avr32 / arch-at32ap700x / clk.h
index 309fda5..4a1dd33 100644 (file)
@@ -75,6 +75,8 @@ static inline unsigned long get_mci_clk_rate(void)
 }
 #endif
 
+extern void clk_init(void);
+
 /* Board code may need the SDRAM base clock as a compile-time constant */
 #define SDRAMC_BUS_HZ  (MAIN_CLK_RATE >> CFG_CLKDIV_HSB)