Skip to content

Commit

Permalink
cpufreq: remove use of __devinit
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bill Pemberton authored and Rafael J. Wysocki committed Nov 21, 2012
1 parent ce2650d commit c5fa4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/cpufreq/cpufreq-cpu0.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c5fa4ab

Please sign in to comment.