xtensa: remove unused platform_init_irq()

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>
This commit is contained in:
Baruch Siach 2013-05-27 12:23:52 +03:00 committed by Chris Zankel
parent 28622c5353
commit 214fe80fcb
2 changed files with 0 additions and 6 deletions

View file

@ -29,11 +29,6 @@ extern void platform_init(bp_tag_t*);
*/ */
extern void platform_setup (char **); 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. * platform_restart is called to restart the system.
*/ */

View file

@ -29,7 +29,6 @@
*/ */
_F(void, setup, (char** cmd), { }); _F(void, setup, (char** cmd), { });
_F(void, init_irq, (void), { });
_F(void, restart, (void), { while(1); }); _F(void, restart, (void), { while(1); });
_F(void, halt, (void), { while(1); }); _F(void, halt, (void), { while(1); });
_F(void, power_off, (void), { while(1); }); _F(void, power_off, (void), { while(1); });