diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-03-19 11:21:44 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-25 12:29:39 +0100 |
commit | 60dbd7680f069c07525a825d805fd2644eae92e6 (patch) | |
tree | 3d53f1d6cdbde87a75902df0ff6a4b1b80ed53f9 /arch/arm/mach-prima2/Makefile | |
parent | 67d71344fd09223820eb9de39b597ec29f035e89 (diff) | |
download | blackbird-op-linux-60dbd7680f069c07525a825d805fd2644eae92e6.tar.gz blackbird-op-linux-60dbd7680f069c07525a825d805fd2644eae92e6.zip |
ARM: sirf: move irq driver to drivers/irqchip
This updates the irqchip drier for prima2 to the current practices by
moving it into drivers/irqchip and integrating it into the irqchip_init
infrastructure. We also now use a linear irq domain as a preparation
for sparse IRQ suport.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/arm/mach-prima2/Makefile')
-rw-r--r-- | arch/arm/mach-prima2/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/Makefile b/arch/arm/mach-prima2/Makefile index bfe360cbd177..5fdff7e32290 100644 --- a/arch/arm/mach-prima2/Makefile +++ b/arch/arm/mach-prima2/Makefile @@ -4,7 +4,6 @@ obj-y += rtciobrg.o obj-$(CONFIG_DEBUG_LL) += lluart.o obj-$(CONFIG_CACHE_L2X0) += l2x0.o obj-$(CONFIG_SUSPEND) += pm.o sleep.o -obj-$(CONFIG_SIRF_IRQ) += irq.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_ARCH_PRIMA2) += timer-prima2.o |