diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-08-03 14:29:20 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-21 11:57:48 +0900 |
commit | 96290d808fa4c9b8e744dc1cd032b005179f4710 (patch) | |
tree | 0eb6e0c559cf5862ec8ebe482fbbac4c87caa4ef /arch/sh/kernel/cpu/irq/Makefile | |
parent | 48180cab3adf4cb290c28b70e44e958b7fb8a5b0 (diff) | |
download | blackbird-op-linux-96290d808fa4c9b8e744dc1cd032b005179f4710.tar.gz blackbird-op-linux-96290d808fa4c9b8e744dc1cd032b005179f4710.zip |
sh: remove intc2 code
There is no point in keeping around the now unused intc2 code.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/irq/Makefile')
-rw-r--r-- | arch/sh/kernel/cpu/irq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/irq/Makefile b/arch/sh/kernel/cpu/irq/Makefile index 60bfc05cf354..8712ec5fc0ba 100644 --- a/arch/sh/kernel/cpu/irq/Makefile +++ b/arch/sh/kernel/cpu/irq/Makefile @@ -6,4 +6,3 @@ obj-y += imask.o obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o obj-$(CONFIG_CPU_HAS_MASKREG_IRQ) += maskreg.o obj-$(CONFIG_CPU_HAS_INTC_IRQ) += intc.o -obj-$(CONFIG_CPU_HAS_INTC2_IRQ) += intc2.o |