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:
Russell King
2010-01-16 17:15:07 +00:00
parent 39c0cb02db
commit 643761ac43
4 changed files with 0 additions and 131 deletions

View File

@@ -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

View File

@@ -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