diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-02-06 04:36:35 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-06 13:41:02 -0500 |
| commit | f74596d07957235ad9da5120029348b372224a27 (patch) | |
| tree | 72089ad3368af0e674952866dd9db69b1bcb42f9 /include/linux | |
| parent | 0b03cfb25fa944bc106e816146846dcb48b2e907 (diff) | |
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>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index c3db4a00f1fa..dea7598aeff4 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
| @@ -444,4 +444,6 @@ static inline void init_irq_proc(void) | |||
| 444 | } | 444 | } |
| 445 | #endif | 445 | #endif |
| 446 | 446 | ||
| 447 | int show_interrupts(struct seq_file *p, void *v); | ||
| 448 | |||
| 447 | #endif | 449 | #endif |
