ARM: shmobile: No need to use INTC demux on r8a7740
authorMagnus Damm <damm@opensource.se>
Tue, 9 Jul 2013 10:40:08 +0000 (19:40 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 25 Jul 2013 05:45:19 +0000 (14:45 +0900)
Now when the r8a7740 code has been converted to make use of
GIC instead of INTC for root interrupt controller it is
possible to exclude the low level INTC demux function
shmobile_handle_irq_intc from linking.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Makefile

index 3c56de813637f6d909086154a105cf56c981097d..e3f8592fab88464ebce8266f4395fdf850fd5226 100644 (file)
@@ -23,7 +23,6 @@ smp-$(CONFIG_ARCH_EMEV2)      += smp-emev2.o headsmp-scu.o
 
 # IRQ objects
 obj-$(CONFIG_ARCH_SH7372)      += entry-intc.o
-obj-$(CONFIG_ARCH_R8A7740)     += entry-intc.o
 
 # PM objects
 obj-$(CONFIG_SUSPEND)          += suspend.o
This page took 0.027488 seconds and 5 git commands to generate.