Match style of the other prototypes, and don't name the argument.

This commit is contained in:
Justin Hibbits 2018-05-27 20:36:43 +00:00
parent ce7b8e55e3
commit 877c96bedc

View File

@ -91,7 +91,7 @@ static void cpu_idle_60x(sbintime_t);
static void cpu_idle_booke(sbintime_t);
#if defined(__powerpc64__) && defined(AIM)
static void cpu_idle_powerx(sbintime_t);
static void cpu_idle_power9(sbintime_t sbt);
static void cpu_idle_power9(sbintime_t);
#endif
struct cputab {