Browse Source

cpufreq: remove use of __devinit

CONFIG_HOTPLUG is going away as an option so __devinit is no longer
needed.

Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Bill Pemberton 12 years ago
parent
commit
c5fa4ab5ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/cpufreq/cpufreq-cpu0.c

+ 1 - 1
drivers/cpufreq/cpufreq-cpu0.c

@@ -174,7 +174,7 @@ static struct cpufreq_driver cpu0_cpufreq_driver = {
 	.attr = cpu0_cpufreq_attr,
 };
 
-static int __devinit cpu0_cpufreq_driver_init(void)
+static int cpu0_cpufreq_driver_init(void)
 {
 	struct device_node *np;
 	int ret;