Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 214fe80f authored by Baruch Siach's avatar Baruch Siach Committed by Chris Zankel
Browse files

xtensa: remove unused platform_init_irq()



Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 28622c53
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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.
 */
+0 −1
Original line number Diff line number Diff line
@@ -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); });