diff options
Diffstat (limited to 'sys/powerpc/cpufreq/pmcr.c')
-rw-r--r-- | sys/powerpc/cpufreq/pmcr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/cpufreq/pmcr.c b/sys/powerpc/cpufreq/pmcr.c index dd489b607606..6ae0777a8ac7 100644 --- a/sys/powerpc/cpufreq/pmcr.c +++ b/sys/powerpc/cpufreq/pmcr.c @@ -40,7 +40,8 @@ static int pstate_ids[256]; static int pstate_freqs[256]; static int npstates; -static void parse_pstates(void) +static void +parse_pstates(void *dummy __unused) { phandle_t node; |