ARM: ICST: icst.*_ps_to_vco() functions are unused, remove them
These functions were originally implemented for the CLCD driver before we had clk API support. Since the CLCD driver does not use these anymore, we can remove them. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
@@ -20,6 +20,5 @@
|
||||
|
||||
unsigned long icst307_khz(const struct icst_params *p, struct icst_vco vco);
|
||||
struct icst_vco icst307_khz_to_vco(const struct icst_params *p, unsigned long freq);
|
||||
struct icst_vco icst307_ps_to_vco(const struct icst_params *p, unsigned long period);
|
||||
|
||||
#endif
|
||||
|
@@ -18,6 +18,5 @@
|
||||
|
||||
unsigned long icst525_khz(const struct icst_params *p, struct icst_vco vco);
|
||||
struct icst_vco icst525_khz_to_vco(const struct icst_params *p, unsigned long freq);
|
||||
struct icst_vco icst525_ps_to_vco(const struct icst_params *p, unsigned long period);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user