android_kernel_xiaomi_sm7250/arch/h8300/kernel
Andrew Morton 6168a702ab [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>
2007-02-19 14:21:50 -08:00
..
asm-offsets.c
gpio.c
h8300_ksyms.c
init_task.c
ints.c [PATCH] Declare init_irq_proc before we use it. 2007-02-19 14:21:50 -08:00
Makefile
module.c
process.c
ptrace.c
semaphore.c
setup.c
signal.c
sys_h8300.c
syscalls.S
time.c
traps.c
vmlinux.lds.S