aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--procps/powertop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/powertop.c b/procps/powertop.c
index 250da817b..77b071ffb 100644
--- a/procps/powertop.c
+++ b/procps/powertop.c
@@ -635,7 +635,7 @@ static NOINLINE void print_intel_cstates(void)
635 bb_putchar('\n'); 635 bb_putchar('\n');
636} 636}
637#else 637#else
638# define print_intel_cstates(void) ((void)0) 638# define print_intel_cstates() ((void)0)
639#endif 639#endif
640 640
641static void show_timerstats(void) 641static void show_timerstats(void)