diff options
author | Magnus Damm <damm@igel.co.jp> | 2007-07-25 10:46:32 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-07-25 10:46:32 +0900 |
commit | 347b9bdddbc38cfd46c27b3345e7facf651ecb92 (patch) | |
tree | e3e1ce8fe710a0f2db1d8722dad674d6a6c34342 /arch/sh/kernel/cpu/irq/Makefile | |
parent | f0b859e3d63a07995f0db294864c2f3c9228f1e4 (diff) | |
download | talos-obmc-linux-347b9bdddbc38cfd46c27b3345e7facf651ecb92.tar.gz talos-obmc-linux-347b9bdddbc38cfd46c27b3345e7facf651ecb92.zip |
sh: remove old broken pint code
The code in arch/sh/kernel/cpu/irq/pint.c doesn't compile, so let's
get rid of it to make space for a future pint implementation on top
of intc.
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 9ddb446ac930..60bfc05cf354 100644 --- a/arch/sh/kernel/cpu/irq/Makefile +++ b/arch/sh/kernel/cpu/irq/Makefile @@ -4,7 +4,6 @@ obj-y += imask.o obj-$(CONFIG_CPU_HAS_IPR_IRQ) += ipr.o -obj-$(CONFIG_CPU_HAS_PINT_IRQ) += pint.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 |