powertop: build fix for !386 compiles

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
Denys Vlasenko 2010-10-29 16:25:18 +02:00
parent 36ef0a677e
commit f29a1c5656

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)