int __init msm_thermal_late_init(void) { INIT_DELAYED_WORK(&temp_log_work,msm_therm_temp_log); schedule_delayed_work(&temp_log_work,HZ*2); return msm_thermal_add_cc_nodes(); }
int __init msm_thermal_late_init(void) { return msm_thermal_add_cc_nodes(); }