diff options
author | Magnus Damm <damm@opensource.se> | 2013-07-09 12:39:52 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-07-25 07:46:47 +0200 |
commit | d2ef0b9a5192e921490d2f66f4467f26235412bd (patch) | |
tree | da3bb3586db208e06691d6a4569f55395e969657 /arch/arm/mach-shmobile/setup-r8a7779.c | |
parent | ARM: shmobile: No need to use INTC demux on r8a7740 (diff) | |
download | linux-d2ef0b9a5192e921490d2f66f4467f26235412bd.tar.xz linux-d2ef0b9a5192e921490d2f66f4467f26235412bd.zip |
ARM: shmobile: No need to use INTC header on r8a7779
Now when the intc-irqpin driver is used for external
IRQ pins on r8a7779 it possible to get rid of unused
INTC headers mach/intc.h and linux/sh_intc.h.
Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-r8a7779.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-r8a7779.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/setup-r8a7779.c b/arch/arm/mach-shmobile/setup-r8a7779.c index 6ab7405e54bb..bb8b9678d203 100644 --- a/arch/arm/mach-shmobile/setup-r8a7779.c +++ b/arch/arm/mach-shmobile/setup-r8a7779.c @@ -29,7 +29,6 @@ #include <linux/input.h> #include <linux/io.h> #include <linux/serial_sci.h> -#include <linux/sh_intc.h> #include <linux/sh_timer.h> #include <linux/dma-mapping.h> #include <linux/usb/otg.h> |