From: Jonas Bonn Date: Wed, 9 May 2012 21:19:44 +0000 (+0200) Subject: openrisc: use SPARSE_IRQ X-Git-Tag: v4.14-rc1~1417^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0fcaf554ed9b65477576439e8de63578d731070;p=platform%2Fkernel%2Flinux-rpi.git openrisc: use SPARSE_IRQ The sparse IRQ framework is preferred nowadays so switch over to it. Signed-off-by: Jonas Bonn Signed-off-by: Stafford Horne --- diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig index 8d22015..1e95920 100644 --- a/arch/openrisc/Kconfig +++ b/arch/openrisc/Kconfig @@ -12,6 +12,7 @@ config OPENRISC select HAVE_MEMBLOCK select GPIOLIB select HAVE_ARCH_TRACEHOOK + select SPARSE_IRQ select GENERIC_IRQ_CHIP select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW diff --git a/arch/openrisc/include/asm/Kbuild b/arch/openrisc/include/asm/Kbuild index 2832f03..6dd177d 100644 --- a/arch/openrisc/include/asm/Kbuild +++ b/arch/openrisc/include/asm/Kbuild @@ -29,6 +29,7 @@ generic-y += hw_irq.h generic-y += ioctl.h generic-y += ioctls.h generic-y += ipcbuf.h +generic-y += irq.h generic-y += irq_regs.h generic-y += irq_work.h generic-y += kdebug.h