]> git.neil.brown.name Git - history.git/commitdiff
[ARM PATCH] 1227/1: Fix declaration of cputfreq_get so that CONFIG_CPU_FREQ=n builds...
authorChristopher Hoover <ch@hpl.hp.com>
Sat, 3 Aug 2002 00:05:37 +0000 (01:05 +0100)
committerRussell King <rmk@flint.arm.linux.org.uk>
Sat, 3 Aug 2002 00:05:37 +0000 (01:05 +0100)
arch/arm/mach-sa1100/generic.c

index bb481b9f5d3452251a60458465f31acd62a540cc..403ecb81699288622e42be84461c9f6ddbe3eb7c 100644 (file)
@@ -84,7 +84,7 @@ unsigned int sa11x0_getspeed(void)
 /*
  * We still need to provide this so building without cpufreq works.
  */ 
-unsigned int cpufreq_get(int cpu)
+unsigned int cpufreq_get(unsigned int cpu)
 {
        return cclk_frequency_100khz[PPCR & 0xf] * 100;
 }