of: fdt: Remove unused struct fdt_scan_status
After commit bba04d965d06("of/fdt: remove unused of_scan_flat_dt_by_path"), no one use struct fdt_scan_status, so remove it. Signed-off-by: Yuan Can <yuancan@huawei.com> Reviewed-by: Frank Rowand <frank.rowand@sony.com> Link: https://lore.kernel.org/r/20220927133739.98493-1-yuancan@huawei.com Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
8ec747e5d5
commit
1700560954
@ -828,15 +828,6 @@ uint32_t __init of_get_flat_dt_phandle(unsigned long node)
|
||||
return fdt_get_phandle(initial_boot_params, node);
|
||||
}
|
||||
|
||||
struct fdt_scan_status {
|
||||
const char *name;
|
||||
int namelen;
|
||||
int depth;
|
||||
int found;
|
||||
int (*iterator)(unsigned long node, const char *uname, int depth, void *data);
|
||||
void *data;
|
||||
};
|
||||
|
||||
const char * __init of_flat_dt_get_machine_name(void)
|
||||
{
|
||||
const char *name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user