diff options
| author | Hartley Sweeten <hartleys@visionengravers.com> | 2009-10-20 21:17:22 -0400 |
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-10-21 08:09:36 -0400 |
| commit | fb78b11fc2c3743d9a67a226cae8afd06c74d562 (patch) | |
| tree | 228a0b36ce212ca876c2314cfd5757cbeb63b306 | |
| parent | faff8032ec96e575525cf85690c914f75dd77fc5 (diff) | |
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 <hsweeten@visionengravers.com>
Acked-by: Ryan Mallon <ryan@bluewatersys.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
| -rw-r--r-- | arch/arm/mach-ep93xx/include/mach/platform.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 | |||
| 17 | 17 | ||
| 18 | void ep93xx_map_io(void); | 18 | void ep93xx_map_io(void); |
| 19 | void ep93xx_init_irq(void); | 19 | void ep93xx_init_irq(void); |
| 20 | void ep93xx_init_time(unsigned long); | ||
| 21 | 20 | ||
| 22 | /* EP93xx System Controller software locked register write */ | 21 | /* EP93xx System Controller software locked register write */ |
| 23 | void ep93xx_syscon_swlocked_write(unsigned int val, void __iomem *reg); | 22 | void ep93xx_syscon_swlocked_write(unsigned int val, void __iomem *reg); |
