rk30:sdk:change load order order

This commit is contained in:
许盛飞
2012-07-09 10:01:02 +08:00
parent 56b9a8b3cd
commit a6fd7f7fb5

View File

@@ -106,6 +106,7 @@ static int __init start_charge_logo_display(void)
//low power and charging
#if 0
if((val_capacity.intval < pwr_on_thrsd )&&(val_status.intval == POWER_SUPPLY_STATUS_CHARGING))
{
while((val_capacity.intval < pwr_on_thrsd ))
@@ -119,7 +120,7 @@ static int __init start_charge_logo_display(void)
}
}
#endif
if(val_status.intval == POWER_SUPPLY_STATUS_CHARGING)
{
@@ -134,5 +135,5 @@ static int __init start_charge_logo_display(void)
return 0;
}
subsys_initcall_sync(start_charge_logo_display);
//subsys_initcall_sync(start_charge_logo_display);
module_init(start_charge_logo_display);