summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1/include/mach/soc.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2015-05-20 09:01:21 -0700
committerTony Lindgren <tony@atomide.com>2015-05-20 09:01:21 -0700
commit685e2d08c54b1a1bf31bbe6562f06db089d31c7b (patch)
tree5076e95abb7ebdf6c23dc44a446c49d14dc404b9 /arch/arm/mach-omap1/include/mach/soc.h
parentb694331cfb2ec3bc2225a0ea9fddbb7e24d81c37 (diff)
downloadop-kernel-dev-685e2d08c54b1a1bf31bbe6562f06db089d31c7b.zip
op-kernel-dev-685e2d08c54b1a1bf31bbe6562f06db089d31c7b.tar.gz
ARM: OMAP1: Change interrupt numbering for sparse IRQ
Change interrupt numbering for sparse IRQ. We do this using a fixed offset until we can drop irqs.h once all it's users have been updated. Note that this depends on the GPIO fix for the MPUIO IRQs "gpio: omap: Fix regression for MPUIO interrupts". Also note that this patch adds some extra irq alloc warnings that will go away when we stop calling irq_alloc_descs in gpio-omap.c with a follow-up patch. Cc: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap1/include/mach/soc.h')
-rw-r--r--arch/arm/mach-omap1/include/mach/soc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/include/mach/soc.h b/arch/arm/mach-omap1/include/mach/soc.h
index 612bd1c..3d93557 100644
--- a/arch/arm/mach-omap1/include/mach/soc.h
+++ b/arch/arm/mach-omap1/include/mach/soc.h
@@ -28,6 +28,10 @@
#ifndef __ASM_ARCH_OMAP_CPU_H
#define __ASM_ARCH_OMAP_CPU_H
+#include <asm/irq.h>
+#include <mach/hardware.h>
+#include <mach/irqs.h>
+
#ifndef __ASSEMBLY__
#include <linux/bitops.h>
OpenPOWER on IntegriCloud