Skip to content

Commit 57db08f

Browse files
idlethreaddlezcano
authored andcommitted
cpufreq: Initialize cpufreq-dt driver earlier
This allows HW drivers that depend on cpufreq-dt to initialize earlier. Signed-off-by: Amit Kucheria <[email protected]> Acked-by: Viresh Kumar <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Link: https://lore.kernel.org/r/353c745d4ca1feff600bd44154c01c013f185ca4.1571656015.git.amit.kucheria@linaro.org
1 parent 3f6ec87 commit 57db08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/cpufreq/cpufreq-dt-platdev.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@ static int __init cpufreq_dt_platdev_init(void)
180180
-1, data,
181181
sizeof(struct cpufreq_dt_platform_data)));
182182
}
183-
device_initcall(cpufreq_dt_platdev_init);
183+
core_initcall(cpufreq_dt_platdev_init);

0 commit comments

Comments
 (0)