diff options
| -rw-r--r-- | drivers/cpufreq/mt8173-cpufreq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/mt8173-cpufreq.c b/drivers/cpufreq/mt8173-cpufreq.c index ab25b1235a5e..72bc1192bd30 100644 --- a/drivers/cpufreq/mt8173-cpufreq.c +++ b/drivers/cpufreq/mt8173-cpufreq.c | |||
| @@ -573,7 +573,7 @@ static struct platform_driver mt8173_cpufreq_platdrv = { | |||
| 573 | .probe = mt8173_cpufreq_probe, | 573 | .probe = mt8173_cpufreq_probe, |
| 574 | }; | 574 | }; |
| 575 | 575 | ||
| 576 | static int mt8173_cpufreq_driver_init(void) | 576 | static int __init mt8173_cpufreq_driver_init(void) |
| 577 | { | 577 | { |
| 578 | struct platform_device *pdev; | 578 | struct platform_device *pdev; |
| 579 | int err; | 579 | int err; |
