summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2022-03-10 14:50:11 +0800
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-03-14 15:09:02 +0100
commitcd04d58e829dd074b0af1c1556c5130227f9f23a (patch)
tree7ac2e451502985f4dca5eb252e2f087ea5852b96 /arch/mips/ath79
parent89fa1268932420c64155bb4de9a9252a8c9e475d (diff)
downloadlinux-cd04d58e829dd074b0af1c1556c5130227f9f23a.tar.gz
linux-cd04d58e829dd074b0af1c1556c5130227f9f23a.tar.bz2
linux-cd04d58e829dd074b0af1c1556c5130227f9f23a.zip
MIPS: Remove redundant definitions of device_tree_init()
There exists many same definitions of device_tree_init() for various platforms, add a weak function in arch/mips/kernel/prom.c to clean up the related code. Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/ath79')
-rw-r--r--arch/mips/ath79/setup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/ath79/setup.c b/arch/mips/ath79/setup.c
index 45d4d717e47c..4e18cdcf65a0 100644
--- a/arch/mips/ath79/setup.c
+++ b/arch/mips/ath79/setup.c
@@ -269,8 +269,3 @@ void __init arch_init_irq(void)
{
irqchip_init();
}
-
-void __init device_tree_init(void)
-{
- unflatten_and_copy_device_tree();
-}