devtree: Drop unused parameter show_devs_tree() call
Change-Id: I14c044bb32713ef4133bce8a8238a2bc200c4959 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/18085 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
8e4aafb531
commit
3d3c8c30ea
@@ -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);
|
||||
|
Reference in New Issue
Block a user