diff options
| author | Kevin Cernekee <cernekee@gmail.com> | 2014-12-25 12:48:56 -0500 |
|---|---|---|
| committer | Ralf Baechle <ralf@linux-mips.org> | 2015-02-19 07:47:55 -0500 |
| commit | 0e16d1e34045ae83bc5e92c6d6d0e5cc872aa202 (patch) | |
| tree | bd2072c2b9abcbbf48042126be6ef61004d7630a /arch | |
| parent | 8cb48fe169dd682b6c29a3b7ef18333e4f577890 (diff) | |
MIPS: BCM3384: Fix outdated use of mips_cpu_intc_init()
This function was renamed to mips_cpu_irq_of_init(), so fix it to avoid
a compile error.
Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
Cc: f.fainelli@gmail.com
Cc: jaedon.shin@gmail.com
Cc: abrestic@chromium.org
Cc: tglx@linutronix.de
Cc: jason@lakedaemon.net
Cc: jogo@openwrt.org
Cc: arnd@arndb.de
Cc: computersforpeace@gmail.com
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/8834/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/bcm3384/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/bcm3384/irq.c b/arch/mips/bcm3384/irq.c index 0fb5134fb832..fd94fe849af6 100644 --- 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, | |||
| 180 | 180 | ||
| 181 | static struct of_device_id of_irq_ids[] __initdata = { | 181 | static struct of_device_id of_irq_ids[] __initdata = { |
| 182 | { .compatible = "mti,cpu-interrupt-controller", | 182 | { .compatible = "mti,cpu-interrupt-controller", |
| 183 | .data = mips_cpu_intc_init }, | 183 | .data = mips_cpu_irq_of_init }, |
| 184 | { .compatible = "brcm,bcm3384-intc", | 184 | { .compatible = "brcm,bcm3384-intc", |
| 185 | .data = intc_of_init }, | 185 | .data = intc_of_init }, |
| 186 | {}, | 186 | {}, |
