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 ec098b68fb9a8035e2907c557a342622bb7488d4..32e98f27ce9797cc6b82427ce9e98a3083158794 100644 (file)
@@ -29,11 +29,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.
  */
index 2bd6c351f37c6dac1417c16380847f15d9110588..da827cbb2f59b7970a615dead9099062b7179b3c 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); });