]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-s5pc1xx/clk.h
armv7: s5pc1xx: don't use function pointer for clock functions
[karo-tx-uboot.git] / arch / arm / include / asm / arch-s5pc1xx / clk.h
index 3488eb7c1574ec7b479e80be9169cdf3f022fa45..4c389c1fc536a336daaecf496580c4151d827647 100644 (file)
 #define HPLL   3
 #define VPLL   4
 
-void s5p_clock_init(void);
-
-extern unsigned long (*get_pll_clk)(int pllreg);
-extern unsigned long (*get_arm_clk)(void);
-extern unsigned long (*get_pwm_clk)(void);
-extern unsigned long (*get_uart_clk)(int dev_index);
+unsigned long get_pll_clk(int pllreg);
+unsigned long get_arm_clk(void);
+unsigned long get_pwm_clk(void);
+unsigned long get_uart_clk(int dev_index);
 
 #endif