ddr_rk32.c: fix ddr change freq deidle bug
authorhcy <hcy@rock-chips.com>
Tue, 15 Jul 2014 10:24:27 +0000 (18:24 +0800)
committerhcy <hcy@rock-chips.com>
Tue, 15 Jul 2014 10:24:27 +0000 (18:24 +0800)
arch/arm/mach-rockchip/ddr_rk32.c

index 79ff71af6881fe11691ab7461eb653946b8478ed..c6d35bbd5081d100cc4d4bac912887817a67ae45 100755 (executable)
@@ -1611,7 +1611,7 @@ static void __sramfunc idle_port(void)
         pCRU_Reg->CRU_CLKGATE_CON[i]=  (clk_gate[i] | 0xffff0000);
 }
 
-static void __sramfunc deidle_port(void)
+static void inline deidle_port(void)
 {
     register int i,j;
     uint32 clk_gate[19];