mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
rk30:sdk:change load order order
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user