UPSTREAM: devtree: Drop unused parameter show_devs_tree() call
BUG=none
BRANCH=none
TEST=none
Change-Id: If200932583c57390c93d4b207a65c1e9b6e56475
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Original-Commit-Id: 3d3c8c30ea
Original-Change-Id: I14c044bb32713ef4133bce8a8238a2bc200c4959
Original-Signed-off-by: Kysti Mlkki <kyosti.malkki@gmail.com>
Original-Reviewed-on: https://review.coreboot.org/18085
Original-Tested-by: build bot (Jenkins)
Original-Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Original-Reviewed-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://chromium-review.googlesource.com/439305
This commit is contained in:
parent
aadf3522fe
commit
07e4124558
3 changed files with 6 additions and 6 deletions
|
|
@ -214,7 +214,7 @@ void set_cpu_topology(device_t cpu, unsigned node, unsigned package, unsigned co
|
|||
/* Debug functions */
|
||||
void print_resource_tree(struct device * root, int debug_level,
|
||||
const char *msg);
|
||||
void show_devs_tree(struct device *dev, int debug_level, int depth, int linknum);
|
||||
void show_devs_tree(struct device *dev, int debug_level, int depth);
|
||||
void show_devs_subtree(struct device *root, int debug_level, const char *msg);
|
||||
void show_all_devs(int debug_level, const char *msg);
|
||||
void show_all_devs_tree(int debug_level, const char *msg);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue