mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
ARM: keystone: remove declaration of unused functions
These two functions are neither defined nor referenced. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e19b0fb485
commit
2846bd03ea
1 changed files with 0 additions and 2 deletions
|
@ -126,8 +126,6 @@ void init_plls(void);
|
|||
void init_pll(const struct pll_init_data *data);
|
||||
struct pll_init_data *get_pll_init_data(int pll);
|
||||
unsigned long clk_get_rate(unsigned int clk);
|
||||
unsigned long clk_round_rate(unsigned int clk, unsigned long hz);
|
||||
int clk_set_rate(unsigned int clk, unsigned long hz);
|
||||
int get_max_dev_speed(int *spds);
|
||||
int get_max_arm_speed(int *spds);
|
||||
void pll_pa_clk_sel(void);
|
||||
|
|
Loading…
Reference in a new issue