]> bbs.cooldavid.org Git - net-next-2.6.git/commit - init/main.c
[PATCH] Declare init_irq_proc before we use it.
authorAndrew Morton <akpm@osdl.org>
Sun, 18 Feb 2007 05:22:39 +0000 (21:22 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 19 Feb 2007 22:21:50 +0000 (14:21 -0800)
commit6168a702ab0be181e5e57a0b2d0e7376f7a47f0b
tree4eaecb660154bb36b3884b21bf335ff040559902
parenta6e6df25ec6751f4f73784398ab7d43cf9d2019f
[PATCH] Declare init_irq_proc before we use it.

powerpc gets:

init/main.c: In function `do_basic_setup':
init/main.c:714: warning: implicit declaration of function `init_irq_proc'

but we cannot include linux/irq.h in generic code.

Fix it by moving the declaration into linux/interrupt.h instead.

And make sure all code that defines init_irq_proc() is including
linux/interrupt.h.

And nuke an ifdef-in-C

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/h8300/kernel/ints.c
arch/h8300/platform/h8s/ints.c
arch/m68k/kernel/ints.c
arch/m68knommu/platform/5307/ints.c
include/linux/interrupt.h
include/linux/irq.h
init/main.c