rk30: clock_data: make force_cpu_hpclk_11 static

This commit is contained in:
黄涛
2012-12-05 19:13:14 +08:00
parent f38c30bd69
commit 2da41ff7c0

View File

@@ -855,7 +855,7 @@ struct arm_clks_div_set * arm_clks_get_div(u32 rate)
#endif
u32 force_cpu_hpclk_11(u32 clksel1)
static u32 force_cpu_hpclk_11(u32 clksel1)
{
u8 p_bits=(clksel1&ACLK_PCLK_MSK)>>ACLK_PCLK_OFF;
if(p_bits<3)