android_kernel_xiaomi_sm7250/arch/m68knommu/platform
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
..
68EZ328 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
68VZ328 Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
520x [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
523x [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
527x [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
528x [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
532x [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
5206 [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
5206e [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
5249 [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
5272 [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
5307 [PATCH] Declare init_irq_proc before we use it. 2007-02-19 14:21:50 -08:00
5407 [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
68328 [PATCH] m68knommu: use irq_handler_t for passing handler types 2007-02-09 10:45:33 -08:00
68360 [PATCH] m68knommu: switch 68360 to using rtc_time 2006-12-06 07:41:26 -08:00
Makefile