]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[POWERPC] silence a warning
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 14 Sep 2006 06:59:31 +0000 (16:59 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Sep 2006 04:02:51 +0000 (14:02 +1000)
Left over from the constifying of get_property.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/platforms/powermac/cpufreq_64.c

index 167cd3ce8a138b54cf3227594978cfe993206b3c..d30466d741942c621db357a0fc1aa18c3be21a2e 100644 (file)
@@ -89,7 +89,7 @@ static DEFINE_MUTEX(g5_switch_mutex);
 
 #ifdef CONFIG_PMAC_SMU
 
-static u32 *g5_pmode_data;
+static const u32 *g5_pmode_data;
 static int g5_pmode_max;
 
 static struct smu_sdbp_fvt *g5_fvt_table;      /* table of op. points */