OSDN Git Service

x86/of: Kill unused early_init_dt_scan_chosen_arch()
authorRob Herring <robh@kernel.org>
Fri, 22 Oct 2021 16:46:42 +0000 (11:46 -0500)
committerBorislav Petkov <bp@suse.de>
Mon, 25 Oct 2021 08:56:37 +0000 (10:56 +0200)
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
arch/x86/kernel/devicetree.c
include/linux/of_fdt.h

index 6a4cb71..78b2311 100644 (file)
@@ -31,11 +31,6 @@ char __initdata cmd_line[COMMAND_LINE_SIZE];
 
 int __initdata of_ioapic;
 
-void __init early_init_dt_scan_chosen_arch(unsigned long node)
-{
-       BUG();
-}
-
 void __init early_init_dt_add_memory_arch(u64 base, u64 size)
 {
        BUG();
index cf6a65b..cf48983 100644 (file)
@@ -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);