sh: Move the shared INTC code out to drivers/sh/
authorPaul Mundt <lethal@linux-sh.org>
Wed, 1 Oct 2008 07:13:54 +0000 (16:13 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 1 Oct 2008 07:13:54 +0000 (16:13 +0900)
commitbbfbd8b151fe35c9a1180a7f5254c5d6b8387cc0
treee39f364221492d64c7f8fd80c1ceb2065350c4d7
parent7ff731aeba1cdac473c818a9884eb94ddad18e7f
sh: Move the shared INTC code out to drivers/sh/

The INTC code will be re-used across different architectures, so move
this out to drivers/sh/ and include/linux/sh_intc.h respectively.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/hw_irq.h
arch/sh/kernel/cpu/irq/Makefile
drivers/sh/Makefile
drivers/sh/intc.c [moved from arch/sh/kernel/cpu/irq/intc.c with 99% similarity]
include/linux/sh_intc.h [new file with mode: 0644]