summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/83xx/misc.c
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2019-11-28 17:55:18 +0300
committerLi Yang <leoyang.li@nxp.com>2019-12-09 22:54:31 +0300
commit01a2ffbdb2e5fabfccdca770c1aee11f0fdc2c8f (patch)
tree40e68ae3fd5b5cc9f46bc8cea67d5fe30cb5a249 /arch/powerpc/platforms/83xx/misc.c
parent4e0e161d3cc403823159b2c15b6f4c9f642fd1d3 (diff)
downloadlinux-01a2ffbdb2e5fabfccdca770c1aee11f0fdc2c8f.tar.xz
powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
This is now exactly the same as mpc83xx_ipic_init_IRQ, so just use that directly. Acked-by: Scott Wood <oss@buserror.net> Reviewed-by: Timur Tabi <timur@kernel.org> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'arch/powerpc/platforms/83xx/misc.c')
-rw-r--r--arch/powerpc/platforms/83xx/misc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/platforms/83xx/misc.c b/arch/powerpc/platforms/83xx/misc.c
index 41a9aed9f4ae..a952e91db3ee 100644
--- a/arch/powerpc/platforms/83xx/misc.c
+++ b/arch/powerpc/platforms/83xx/misc.c
@@ -90,13 +90,6 @@ void __init mpc83xx_ipic_init_IRQ(void)
ipic_set_default_priority();
}
-#ifdef CONFIG_QUICC_ENGINE
-void __init mpc83xx_ipic_and_qe_init_IRQ(void)
-{
- mpc83xx_ipic_init_IRQ();
-}
-#endif /* CONFIG_QUICC_ENGINE */
-
static const struct of_device_id of_bus_ids[] __initconst = {
{ .type = "soc", },
{ .compatible = "soc", },