projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c874a59
)
irqchip: spear_shirq: Kill pointless static
author
Thomas Gleixner
<tglx@linutronix.de>
Thu, 19 Jun 2014 21:34:37 +0000
(21:34 +0000)
committer
Jason Cooper
<jason@lakedaemon.net>
Tue, 24 Jun 2014 12:37:09 +0000
(12:37 +0000)
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
https://lkml.kernel.org/r/20140619212712.948802939@linutronix.de
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/irqchip/spear-shirq.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/irqchip/spear-shirq.c
b/drivers/irqchip/spear-shirq.c
index 6ce6bd3441bf3d8f894aa11013c6d822626494a6..93f2196e8a08eb319b272b880938978a7d139831 100644
(file)
--- a/
drivers/irqchip/spear-shirq.c
+++ b/
drivers/irqchip/spear-shirq.c
@@
-252,7
+252,7
@@
static int __init shirq_init(struct spear_shirq **shirq_blocks, int block_nr,
struct device_node *np)
{
int i, irq_base, hwirq = 0, irq_nr = 0;
- st
atic st
ruct irq_domain *shirq_domain;
+ struct irq_domain *shirq_domain;
void __iomem *base;
base = of_iomap(np, 0);