xtensa: remove unused platform_init_irq()
authorBaruch Siach <baruch@tkos.co.il>
Mon, 27 May 2013 09:23:52 +0000 (12:23 +0300)
committerChris Zankel <chris@zankel.net>
Wed, 5 Jun 2013 17:14:20 +0000 (10:14 -0700)
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/include/asm/platform.h
arch/xtensa/kernel/platform.c

index ec098b6..32e98f2 100644 (file)
@@ -30,11 +30,6 @@ extern void platform_init(bp_tag_t*);
 extern void platform_setup (char **);
 
 /*
- * platform_init_irq is called from init_IRQ.
- */
-extern void platform_init_irq (void);
-
-/*
  * platform_restart is called to restart the system.
  */
 extern void platform_restart (void);
index 2bd6c35..da827cb 100644 (file)
@@ -29,7 +29,6 @@
  */
 
 _F(void, setup, (char** cmd), { });
-_F(void, init_irq, (void), { });
 _F(void, restart, (void), { while(1); });
 _F(void, halt, (void), { while(1); });
 _F(void, power_off, (void), { while(1); });