dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Bill Pemberton 2012-11-21 01:18:40 +01:00 committed by Rafael J. Wysocki
parent ce2650d40d
commit c5fa4ab5ab
1 changed files with 1 additions and 1 deletions

View File

@ -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;