aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-12-01 12:25:54 +0900
committerSander Vanheule <sander@svanheule.net>2022-12-15 20:52:40 +0100
commit1f153558a30a067d83178442e87bca4b67bd120d (patch)
tree8fa939b7db5a9981953d817ee97bbe873a0098f3 /target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
parentf3a9975549959e06822de04d9a7b9c17a9a1806e (diff)
downloadupstream-1f153558a30a067d83178442e87bca4b67bd120d.tar.gz
upstream-1f153558a30a067d83178442e87bca4b67bd120d.tar.bz2
upstream-1f153558a30a067d83178442e87bca4b67bd120d.zip
realtek: update platform support for 5.15
- fw_passed_dtb and others were replaced to get_fdt() function[1] - __appended_dtb defined by asm/bootinfo.h[2] [1]: https://www.spinics.net/lists/linux-mips/msg03332.html [2]: https://www.spinics.net/lists/linux-mips/msg03332.html Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c')
-rw-r--r--target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c b/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
index dd1b2b170d..abf594aa04 100644
--- a/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
+++ b/target/linux/realtek/files-5.15/arch/mips/rtl838x/prom.c
@@ -25,7 +25,6 @@
#include <mach-rtl83xx.h>
extern char arcs_cmdline[];
-extern const char __appended_dtb;
struct rtl83xx_soc_info soc_info;
const void *fdt;