projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1e66d6
)
arm: omap: irq: rename omap3_intc_regs
author
Felipe Balbi
<
[email protected]
>
Tue, 9 Sep 2014 00:54:38 +0000
(17:54 -0700)
committer
Tony Lindgren
<
[email protected]
>
Thu, 11 Sep 2014 20:03:39 +0000
(13:03 -0700)
just to make it clearer that it can
be used on all omaps.
Signed-off-by: Felipe Balbi <
[email protected]
>
Signed-off-by: Tony Lindgren <
[email protected]
>
arch/arm/mach-omap2/irq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/irq.c
b/arch/arm/mach-omap2/irq.c
index 718b776db61e1382ca735be5d6e03a0cd41a2c19..1b3000618e64ff95b0cc776a43f6e1a5bbd8defa 100644
(file)
--- 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 omap
3
_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 omap
3
_intc_regs intc_context;
+static struct omap_intc_regs intc_context;
void omap_intc_save_context(void)
{