mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:50:53 +07:00
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>
This commit is contained in:
parent
d1e66d6961
commit
272a8b04ab
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user