ARM: 5767/1: ep93xx: remove ep93xx_init_time() prototype

Previous thread: ARM: 5765/1: Updated U300 defconfig by Linux Kernel Mailing List on Thursday, October 29, 2009 - 10:09 am. (1 message)

Next thread: ARM: 5768/1: ep93xx: remove dead code in ep93xx_gpio_ab_irq_handler() by Linux Kernel Mailing List on Thursday, October 29, 2009 - 10:09 am. (1 message)
From: Linux Kernel Mailing List
Date: Thursday, October 29, 2009 - 10:09 am

Gitweb:     http://git.kernel.org/linus/fb78b11fc2c3743d9a67a226cae8afd06c74d562
Commit:     fb78b11fc2c3743d9a67a226cae8afd06c74d562
Parent:     faff8032ec96e575525cf85690c914f75dd77fc5
Author:     Hartley Sweeten <hartleys@visionengravers.com>
AuthorDate: Wed Oct 21 02:17:22 2009 +0100
Committer:  Russell King <rmk+kernel@arm.linux.org.uk>
CommitDate: Wed Oct 21 13:09:36 2009 +0100

    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>
---
 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 a3ec33f..469fd96 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);
--

Previous thread: ARM: 5765/1: Updated U300 defconfig by Linux Kernel Mailing List on Thursday, October 29, 2009 - 10:09 am. (1 message)

Next thread: ARM: 5768/1: ep93xx: remove dead code in ep93xx_gpio_ab_irq_handler() by Linux Kernel Mailing List on Thursday, October 29, 2009 - 10:09 am. (1 message)