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

Commit a85882d7 authored by Markos Chandras's avatar Markos Chandras Committed by James Hogan
Browse files

metag/asm/irq.h: Declare init_IRQ



Fixes the following sparce warning:

warning: symbol 'init_IRQ' was not declared. Should it be static?

Signed-off-by: default avatarMarkos Chandras <markos.chandras@imgtec.com>
Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
parent 32580ae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ struct pt_regs;

int tbisig_map(unsigned int hw);
extern void do_IRQ(int irq, struct pt_regs *regs);
extern void init_IRQ(void);

#ifdef CONFIG_METAG_SUSPEND_MEM
int traps_save_context(void);