summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/irqs.h
diff options
context:
space:
mode:
authorMagnus Damm2014-07-31 02:25:15 +0200
committerSimon Horman2014-08-20 02:09:22 +0200
commitf2acab52e77650044b0772a6d7abbfef1eb4cede (patch)
treef4f49cc52c257100520601b4cffe76943d0b817c /arch/arm/mach-shmobile/irqs.h
parentARM: shmobile: r7s72100: Add shmobile_init_late() (diff)
downloadkernel-qcow2-linux-f2acab52e77650044b0772a6d7abbfef1eb4cede.tar.gz
kernel-qcow2-linux-f2acab52e77650044b0772a6d7abbfef1eb4cede.tar.xz
kernel-qcow2-linux-f2acab52e77650044b0772a6d7abbfef1eb4cede.zip
ARM: shmobile: Rework multiplatform include workaround
Now when the majority of the include files have moved from arch/arm/mach-shmobile/include/mach/ to arch/arm/mach-shmobile/ remove the header include file workaround in the Makefile... ... and add another workaround in irqs.h to cope with the fact that <mach/irqs.h> needs to be where it is until the PFC code has been updated to remove legacy non-DT interfaces. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/irqs.h')
-rw-r--r--arch/arm/mach-shmobile/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/irqs.h b/arch/arm/mach-shmobile/irqs.h
index 4ff2d2aa94f0..8e28223f1b3c 100644
--- a/arch/arm/mach-shmobile/irqs.h
+++ b/arch/arm/mach-shmobile/irqs.h
@@ -2,7 +2,7 @@
#define __SHMOBILE_IRQS_H
#include <linux/sh_intc.h>
-#include <mach/irqs.h>
+#include "include/mach/irqs.h"
/* GIC */
#define gic_spi(nr) ((nr) + 32)