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:
051c544
)
arm: omap: irq: make omap_irq_base global
author
Felipe Balbi
<
[email protected]
>
Tue, 9 Sep 2014 00:54:31 +0000
(17:54 -0700)
committer
Tony Lindgren
<
[email protected]
>
Thu, 11 Sep 2014 20:03:30 +0000
(13:03 -0700)
This is in preparation for removing the pointless
irq_banks array.
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 604a976abf14fd4627ee01978d5f1e87a99bd9be..ae082c60344552622e9ba02f5ebcc9370b056ff1 100644
(file)
--- a/
arch/arm/mach-omap2/irq.c
+++ b/
arch/arm/mach-omap2/irq.c
@@
-68,6
+68,7
@@
static struct omap_irq_bank {
};
static struct irq_domain *domain;
+static void __iomem *omap_irq_base;
/* Structure to save interrupt controller context */
struct omap3_intc_regs {
@@
-161,7
+162,6
@@
omap_alloc_gc(void __iomem *base, unsigned int irq_start, unsigned int num)
static void __init omap_init_irq(u32 base, int nr_irqs,
struct device_node *node)
{
- void __iomem *omap_irq_base;
unsigned long nr_of_irqs = 0;
unsigned int nr_banks = 0;
int i, j, irq_base;