浏览代码

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>
Hartley Sweeten 15 年之前
父节点
当前提交
fb78b11fc2
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/arm/mach-ep93xx/include/mach/platform.h

+ 0 - 1
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);