proper show_interrupts() prototype

Add a proper prototype for show_interrupts() in include/linux/interrupt.h

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Adrian Bunk
2008-02-06 01:36:35 -08:00
committed by Linus Torvalds
parent 0b03cfb25f
commit f74596d079
3 changed files with 4 additions and 1 deletions

View File

@@ -444,4 +444,6 @@ static inline void init_irq_proc(void)
}
#endif
int show_interrupts(struct seq_file *p, void *v);
#endif