mirror of
https://git.busybox.net/busybox
synced 2026-02-07 20:50:26 +00:00
powertop: build fix for !386 compiles
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
This commit is contained in:
parent
36ef0a677e
commit
f29a1c5656
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue