Browse Source

[POWERPC] silence a warning

Left over from the constifying of get_property.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Stephen Rothwell 19 years ago
parent
commit
9ca91e0fb5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/platforms/powermac/cpufreq_64.c

+ 1 - 1
arch/powerpc/platforms/powermac/cpufreq_64.c

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