Commit 272a8b04 authored by Felipe Balbi's avatar Felipe Balbi Committed by Tony Lindgren

arm: omap: irq: rename omap3_intc_regs

just to make it clearer that it can
be used on all omaps.
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent d1e66d69
...@@ -62,7 +62,7 @@ static void __iomem *omap_irq_base; ...@@ -62,7 +62,7 @@ static void __iomem *omap_irq_base;
static int omap_nr_irqs = 96; static int omap_nr_irqs = 96;
/* Structure to save interrupt controller context */ /* Structure to save interrupt controller context */
struct omap3_intc_regs { struct omap_intc_regs {
u32 sysconfig; u32 sysconfig;
u32 protection; u32 protection;
u32 idle; u32 idle;
...@@ -266,7 +266,7 @@ void __init omap_intc_of_init(void) ...@@ -266,7 +266,7 @@ void __init omap_intc_of_init(void)
} }
#if defined(CONFIG_ARCH_OMAP3) || defined(CONFIG_SOC_AM33XX) #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) void omap_intc_save_context(void)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment