diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:03:56 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 04:03:56 -0400 |
commit | 0f08f338083cc1d68788ccbccc44bd0502fc57ae (patch) | |
tree | 97c69dbbd63a108a7367644dadedd390a3948f0c /include/asm-sh/irq.h | |
parent | 9e3043c091819729ecf4fc5063d0a2d0954dfd7f (diff) |
sh: More cosmetic cleanups and trivial fixes.
Nothing exciting here, just trivial fixes..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/irq.h')
-rw-r--r-- | include/asm-sh/irq.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sh/irq.h b/include/asm-sh/irq.h index 7e8455b1cb44..648102e9236f 100644 --- a/include/asm-sh/irq.h +++ b/include/asm-sh/irq.h | |||
@@ -335,6 +335,11 @@ extern void make_maskreg_irq(unsigned int irq); | |||
335 | extern unsigned short *irq_mask_register; | 335 | extern unsigned short *irq_mask_register; |
336 | 336 | ||
337 | /* | 337 | /* |
338 | * PINT IRQs | ||
339 | */ | ||
340 | void init_IRQ_pint(void); | ||
341 | |||
342 | /* | ||
338 | * Function for "on chip support modules". | 343 | * Function for "on chip support modules". |
339 | */ | 344 | */ |
340 | extern void make_ipr_irq(unsigned int irq, unsigned int addr, | 345 | extern void make_ipr_irq(unsigned int irq, unsigned int addr, |