summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/irq.c
diff options
context:
space:
mode:
authorFelipe Balbi2014-09-09 02:54:38 +0200
committerTony Lindgren2014-09-11 22:03:39 +0200
commit272a8b04aba793347476ed768c5a2fe4fce046f9 (patch)
tree800f6ec1df6f30d4a0df3f4ec2a16b88eed0abbb /arch/arm/mach-omap2/irq.c
parentarm: omap: irq: remove unnecessary base_addr argument (diff)
downloadkernel-qcow2-linux-272a8b04aba793347476ed768c5a2fe4fce046f9.tar.gz
kernel-qcow2-linux-272a8b04aba793347476ed768c5a2fe4fce046f9.tar.xz
kernel-qcow2-linux-272a8b04aba793347476ed768c5a2fe4fce046f9.zip
arm: omap: irq: rename omap3_intc_regs
just to make it clearer that it can be used on all omaps. Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/irq.c')
-rw-r--r--arch/arm/mach-omap2/irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c
index 718b776db61e..1b3000618e64 100644
--- a/arch/arm/mach-omap2/irq.c
+++ b/arch/arm/mach-omap2/irq.c
@@ -62,7 +62,7 @@ static void __iomem *omap_irq_base;
static int omap_nr_irqs = 96;
/* Structure to save interrupt controller context */
-struct omap3_intc_regs {
+struct omap_intc_regs {
u32 sysconfig;
u32 protection;
u32 idle;
@@ -266,7 +266,7 @@ void __init omap_intc_of_init(void)
}
#if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_SOC_AM33XX)
-static struct omap3_intc_regs intc_context;
+static struct omap_intc_regs intc_context;
void omap_intc_save_context(void)
{