Skip to content

Commit

Permalink
of: fdt: Remove unused struct fdt_scan_status
Browse files Browse the repository at this point in the history
After commit bba04d9("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>
  • Loading branch information
Yuan Can authored and Rob Herring committed Sep 29, 2022
1 parent 8ec747e commit 1700560
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions drivers/of/fdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1700560

Please sign in to comment.