powertop: build fix for !386 compiles
authorDenys Vlasenko <dvlasenk@redhat.com>
Fri, 29 Oct 2010 14:25:18 +0000 (16:25 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Fri, 29 Oct 2010 14:25:18 +0000 (16:25 +0200)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
procps/powertop.c

index 250da81..77b071f 100644 (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)