powertop: build fix for !386 compiles

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
1_18_stable
Denys Vlasenko 2010-10-29 16:25:18 +02:00
parent 36ef0a677e
commit f29a1c5656
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ static NOINLINE void print_intel_cstates(void)
bb_putchar('\n');
}
#else
# define print_intel_cstates(void) ((void)0)
# define print_intel_cstates() ((void)0)
#endif
static void show_timerstats(void)