Skip to content

Commit

Permalink
xtensa: remove unused platform_init_irq()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Baruch Siach authored and Chris Zankel committed Jun 5, 2013
1 parent 28622c5 commit 214fe80
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions arch/xtensa/include/asm/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down
1 change: 0 additions & 1 deletion arch/xtensa/kernel/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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); });
Expand Down

0 comments on commit 214fe80

Please sign in to comment.