File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ static struct notifier_block hb_cpufreq_clk_nb = {
5555 .notifier_call = hb_cpufreq_clk_notify ,
5656};
5757
58- static int hb_cpufreq_driver_init (void )
58+ static int __init hb_cpufreq_driver_init (void )
5959{
6060 struct platform_device_info devinfo = { .name = "cpufreq-dt" , };
6161 struct device * cpu_dev ;
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ static int sti_cpufreq_fetch_syscon_registers(void)
252252 return 0 ;
253253}
254254
255- static int sti_cpufreq_init (void )
255+ static int __init sti_cpufreq_init (void )
256256{
257257 int ret ;
258258
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ static int ti_cpufreq_probe(struct platform_device *pdev)
398398 return ret ;
399399}
400400
401- static int ti_cpufreq_init (void )
401+ static int __init ti_cpufreq_init (void )
402402{
403403 const struct of_device_id * match ;
404404
You can’t perform that action at this time.
0 commit comments