From 3d3c8c30ead13f641d97e4b526547fe5af71522f Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 15 Aug 2016 10:04:21 +0300 Subject: devtree: Drop unused parameter show_devs_tree() call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I14c044bb32713ef4133bce8a8238a2bc200c4959 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/18085 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Martin Roth --- src/include/device/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/device/device.h') diff --git a/src/include/device/device.h b/src/include/device/device.h index 39bf718f1f..47509f7df6 100644 --- a/src/include/device/device.h +++ b/src/include/device/device.h @@ -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); -- cgit v1.2.3