From: Hartley Sweeten Date: Wed, 21 Oct 2009 01:17:22 +0000 (+0100) Subject: ARM: 5767/1: ep93xx: remove ep93xx_init_time() prototype X-Git-Tag: v2.6.32-rc6~54^2~3 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fb78b11fc2c3743d9a67a226cae8afd06c74d562;p=karo-tx-linux.git ARM: 5767/1: ep93xx: remove ep93xx_init_time() prototype Remove unused prototype for ep93xx_init_time(). This function is not defined in the kernel. Signed-off-by: H Hartley Sweeten Acked-by: Ryan Mallon Signed-off-by: Russell King --- diff --git a/arch/arm/mach-ep93xx/include/mach/platform.h b/arch/arm/mach-ep93xx/include/mach/platform.h index a3ec33fd79d4..469fd968d517 100644 --- a/arch/arm/mach-ep93xx/include/mach/platform.h +++ b/arch/arm/mach-ep93xx/include/mach/platform.h @@ -17,7 +17,6 @@ struct ep93xx_eth_data void ep93xx_map_io(void); void ep93xx_init_irq(void); -void ep93xx_init_time(unsigned long); /* EP93xx System Controller software locked register write */ void ep93xx_syscon_swlocked_write(unsigned int val, void __iomem *reg);