Skip to content

Commit

Permalink
[POWERPC] silence a warning
Browse files Browse the repository at this point in the history
Left over from the constifying of get_property.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Stephen Rothwell committed Sep 20, 2006
1 parent 4f896e5 commit 9ca91e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/powermac/cpufreq_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 9ca91e0

Please sign in to comment.