diff options
author | Thomas Renninger <[email protected]> | 2012-01-17 17:35:22 +0100 |
---|---|---|
committer | Len Brown <[email protected]> | 2012-01-17 14:35:52 -0500 |
commit | 5e7590d40dc59d5c1889d9e70c9da1f1df3918c6 (patch) | |
tree | 9c2118782518453a87788d83ba3da0c4ecf80903 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 3333ea7804201918aa241641cf8493a62b8ad527 (diff) |
ACPI processor: Remove unneeded cpuidle_unregister_driver call
Since commit 46bcfad7a819bd17ac4e831b04405152d59784ab registering
and unregistering cpuidle is done in processor_idle.c.
Unregistering via:
acpi_bus_unregister_driver(&acpi_processor_driver)
-> acpi_processor_remove()
-> acpi_processor_power_exit()
Remove not needed cpuidle_unregister_driver() call from
acpi_processor_exit
Signed-off-by: Thomas Renninger <[email protected]>
CC: Deepthi Dharwar <[email protected]>
Signed-off-by: Len Brown <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions