projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ec747e
)
of: fdt: Remove unused struct fdt_scan_status
author
Yuan Can
<yuancan@huawei.com>
Tue, 27 Sep 2022 13:37:39 +0000
(13:37 +0000)
committer
Rob Herring
<robh@kernel.org>
Thu, 29 Sep 2022 22:29:19 +0000
(17:29 -0500)
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>
drivers/of/fdt.c
patch
|
blob
|
history
diff --git
a/drivers/of/fdt.c
b/drivers/of/fdt.c
index d1cbb4ad05c8241e148937a99914faf5253c942b..53b250fcd2a9a1c90a7e7b1a04a476945de53826 100644
(file)
--- a/
drivers/of/fdt.c
+++ b/
drivers/of/fdt.c
@@
-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;