summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/hardware/icst307.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-01-16 20:15:07 +0300
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-05-02 12:35:30 +0400
commit643761ac43dfe4bea1195e966fc65a9403cdcb9f (patch)
tree75d59ed9d5d2058f188acc6bbdb047f8266fa512 /arch/arm/include/asm/hardware/icst307.h
parent39c0cb02db5b8fdfac76d506b7a008b70bc960e9 (diff)
downloadlinux-643761ac43dfe4bea1195e966fc65a9403cdcb9f.tar.xz
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>
Diffstat (limited to 'arch/arm/include/asm/hardware/icst307.h')
-rw-r--r--arch/arm/include/asm/hardware/icst307.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardware/icst307.h b/arch/arm/include/asm/hardware/icst307.h
index 85932e902e99..8d0820a654db 100644
--- a/arch/arm/include/asm/hardware/icst307.h
+++ b/arch/arm/include/asm/hardware/icst307.h
@@ -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