diff options
-rw-r--r-- | drivers/cpufreq/cpufreq-cpu0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpufreq/cpufreq-cpu0.c b/drivers/cpufreq/cpufreq-cpu0.c index e9158278c71d..52bf36d599f5 100644 --- a/drivers/cpufreq/cpufreq-cpu0.c +++ b/drivers/cpufreq/cpufreq-cpu0.c | |||
@@ -174,7 +174,7 @@ static struct cpufreq_driver cpu0_cpufreq_driver = { | |||
174 | .attr = cpu0_cpufreq_attr, | 174 | .attr = cpu0_cpufreq_attr, |
175 | }; | 175 | }; |
176 | 176 | ||
177 | static int __devinit cpu0_cpufreq_driver_init(void) | 177 | static int cpu0_cpufreq_driver_init(void) |
178 | { | 178 | { |
179 | struct device_node *np; | 179 | struct device_node *np; |
180 | int ret; | 180 | int ret; |