On Wednesday, September 19, 2012, Daniel Lezcano wrote: > This mindless patch is just about removing some trailing > carriage returns. > > Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx> Applied. Thanks, Rafael > --- > drivers/cpuidle/driver.c | 3 --- > 1 files changed, 0 insertions(+), 3 deletions(-) > > diff --git a/drivers/cpuidle/driver.c b/drivers/cpuidle/driver.c > index 774d2cb..fc8bfc2 100644 > --- a/drivers/cpuidle/driver.c > +++ b/drivers/cpuidle/driver.c > @@ -39,7 +39,6 @@ static void set_power_states(struct cpuidle_driver *drv) > drv->states[i].power_usage = -1 - i; > } > > - > /** > * cpuidle_register_driver - registers a driver > * @drv: the driver > @@ -65,7 +64,6 @@ int cpuidle_register_driver(struct cpuidle_driver *drv) > > return 0; > } > - > EXPORT_SYMBOL_GPL(cpuidle_register_driver); > > /** > @@ -93,5 +91,4 @@ void cpuidle_unregister_driver(struct cpuidle_driver *drv) > cpuidle_curr_driver = NULL; > spin_unlock(&cpuidle_driver_lock); > } > - > EXPORT_SYMBOL_GPL(cpuidle_unregister_driver); > -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html