From 897f73360a471a12bc522fdd22832891294d1ac7 Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Sat, 26 Mar 2011 22:06:06 +0100 Subject: Further reduce dump variable usage The modified function are used on the display mode context, we no longer need to pass the dump option. Signed-off-by: Daniel Lezcano Signed-off-by: Amit Kucheria --- powerdebug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'powerdebug.h') diff --git a/powerdebug.h b/powerdebug.h index 7ec7d96..d2bd4ec 100644 --- a/powerdebug.h +++ b/powerdebug.h @@ -35,7 +35,7 @@ extern struct clock_info *read_clock_info_recur(char *clkpath, int level, struct clock_info *parent); extern void dump_clock_info(struct clock_info *clk, int level, int bmp); extern void insert_children(struct clock_info **parent, struct clock_info *clk); -extern void find_parents_for_clock(char *clkname, int complete, bool dump); +extern void find_parents_for_clock(char *clkname, int complete); extern int read_and_print_clock_info(int verbose, int hrow, int selected); extern void print_clock_info(int verbose, int hrow, int selected); extern void print_string_val(char *name, char *val); -- cgit v1.2.3