diff options
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/cpuidle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/cpuidle.c b/drivers/cpuidle/cpuidle.c index 49e8d302af55..c3a93fece819 100644 --- a/drivers/cpuidle/cpuidle.c +++ b/drivers/cpuidle/cpuidle.c | |||
@@ -454,7 +454,7 @@ void cpuidle_unregister_device(struct cpuidle_device *dev) | |||
454 | 454 | ||
455 | EXPORT_SYMBOL_GPL(cpuidle_unregister_device); | 455 | EXPORT_SYMBOL_GPL(cpuidle_unregister_device); |
456 | 456 | ||
457 | /* | 457 | /** |
458 | * cpuidle_unregister: unregister a driver and the devices. This function | 458 | * cpuidle_unregister: unregister a driver and the devices. This function |
459 | * can be used only if the driver has been previously registered through | 459 | * can be used only if the driver has been previously registered through |
460 | * the cpuidle_register function. | 460 | * the cpuidle_register function. |