fix section mismatch warnings
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / cpufreq / cpufreq_hotplug.c
index 942a28d09523e70d8e7c9baf435012e273b746d2..6e6bdf357fb20757252a31cee1ea51e2a2b87335 100644 (file)
@@ -494,7 +494,7 @@ static void hp_reset_strategy(void)
        mutex_unlock(&hp_mutex);
 }
 
-static void hp_work_handler(struct work_struct *work)
+static void __cpuinit hp_work_handler(struct work_struct *work)
 {
        struct dbs_data *dbs_data = per_cpu(hp_cpu_dbs_info, 0).cdbs.cur_policy->governor_data; /* TODO: FIXME, cpu = 0 */
        struct hp_dbs_tuners *hp_tuners;