mirror of https://github.com/mirror/busybox.git
powertop: build fix for !386 compiles
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>1_18_stable
parent
36ef0a677e
commit
f29a1c5656
|
@ -635,7 +635,7 @@ static NOINLINE void print_intel_cstates(void)
|
||||||
bb_putchar('\n');
|
bb_putchar('\n');
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
# define print_intel_cstates(void) ((void)0)
|
# define print_intel_cstates() ((void)0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static void show_timerstats(void)
|
static void show_timerstats(void)
|
||||||
|
|
Loading…
Reference in New Issue