diff options
author | Rob Herring <robh@kernel.org> | 2021-10-22 11:46:42 -0500 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2021-10-25 10:56:37 +0200 |
commit | f2739ca15c414ebad88f4333e3186fd4144c1753 (patch) | |
tree | 2e4f860838850b1dcfa74f44e25a6469b072d7a2 /include/linux/of_fdt.h | |
parent | 6bf8a55d8344df1f61a29b18c398bcdf3539e163 (diff) | |
download | linux-f2739ca15c414ebad88f4333e3186fd4144c1753.tar.gz linux-f2739ca15c414ebad88f4333e3186fd4144c1753.tar.bz2 linux-f2739ca15c414ebad88f4333e3186fd4144c1753.zip |
x86/of: Kill unused early_init_dt_scan_chosen_arch()
There are no callers for early_init_dt_scan_chosen_arch(), so remove it.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Link: https://lkml.kernel.org/r/20211022164642.2815706-1-robh@kernel.org
Diffstat (limited to 'include/linux/of_fdt.h')
-rw-r--r-- | include/linux/of_fdt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/of_fdt.h b/include/linux/of_fdt.h index cf6a65b94d40..cf48983d3c86 100644 --- a/include/linux/of_fdt.h +++ b/include/linux/of_fdt.h @@ -65,7 +65,6 @@ extern int early_init_dt_scan_memory(unsigned long node, const char *uname, extern int early_init_dt_scan_chosen_stdout(void); extern void early_init_fdt_scan_reserved_mem(void); extern void early_init_fdt_reserve_self(void); -extern void __init early_init_dt_scan_chosen_arch(unsigned long node); extern void early_init_dt_add_memory_arch(u64 base, u64 size); extern u64 dt_mem_next_cell(int s, const __be32 **cellp); |