From: Denys Vlasenko Date: Fri, 29 Oct 2010 14:25:18 +0000 (+0200) Subject: powertop: build fix for !386 compiles X-Git-Tag: 1_18_0~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f29a1c56568e2cb572ea8bc47b29f70947abca7a;p=platform%2Fupstream%2Fbusybox.git powertop: build fix for !386 compiles Signed-off-by: Denys Vlasenko --- diff --git a/procps/powertop.c b/procps/powertop.c index 250da81..77b071f 100644 --- a/procps/powertop.c +++ b/procps/powertop.c @@ -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)