diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-09 06:40:08 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-25 01:45:19 -0400 |
commit | d76c626d31d5632aa0ee02fc3e99087070cd556e (patch) | |
tree | 3aa1fbfe8a9112cf5ace09b61a30b17fb068ba33 /arch | |
parent | 0173a741e19e072ae34fda4a32d004e52c9da8e7 (diff) |
ARM: shmobile: No need to use INTC demux on r8a7740
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-shmobile/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile index 3c56de813637..e3f8592fab88 100644 --- a/arch/arm/mach-shmobile/Makefile +++ b/arch/arm/mach-shmobile/Makefile | |||
@@ -23,7 +23,6 @@ smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o | |||
23 | 23 | ||
24 | # IRQ objects | 24 | # IRQ objects |
25 | obj-$(CONFIG_ARCH_SH7372) += entry-intc.o | 25 | obj-$(CONFIG_ARCH_SH7372) += entry-intc.o |
26 | obj-$(CONFIG_ARCH_R8A7740) += entry-intc.o | ||
27 | 26 | ||
28 | # PM objects | 27 | # PM objects |
29 | obj-$(CONFIG_SUSPEND) += suspend.o | 28 | obj-$(CONFIG_SUSPEND) += suspend.o |