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:
8cb48fe
)
MIPS: BCM3384: Fix outdated use of mips_cpu_intc_init()
author
Kevin Cernekee
<
[email protected]
>
Thu, 25 Dec 2014 17:48:56 +0000
(09:48 -0800)
committer
Ralf Baechle
<
[email protected]
>
Thu, 19 Feb 2015 12:47:55 +0000
(13:47 +0100)
This function was renamed to mips_cpu_irq_of_init(), so fix it to avoid
a compile error.
Signed-off-by: Kevin Cernekee <
[email protected]
>
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Cc:
[email protected]
Patchwork: https://patchwork.linux-mips.org/patch/8834/
Signed-off-by: Ralf Baechle <
[email protected]
>
arch/mips/bcm3384/irq.c
patch
|
blob
|
history
diff --git
a/arch/mips/bcm3384/irq.c
b/arch/mips/bcm3384/irq.c
index 0fb5134fb83247a2395162ffc3b93597cc7d7614..fd94fe849af680f3edc24a3dcb184c308fa0613e 100644
(file)
--- a/
arch/mips/bcm3384/irq.c
+++ b/
arch/mips/bcm3384/irq.c
@@
-180,7
+180,7
@@
static int __init intc_of_init(struct device_node *node,
static struct of_device_id of_irq_ids[] __initdata = {
{ .compatible = "mti,cpu-interrupt-controller",
- .data = mips_cpu_i
ntc
_init },
+ .data = mips_cpu_i
rq_of
_init },
{ .compatible = "brcm,bcm3384-intc",
.data = intc_of_init },
{},