|
@@ -289,17 +289,4 @@ static int __init pseries_processor_idle_init(void)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static void __exit pseries_processor_idle_exit(void)
|
|
|
-{
|
|
|
-
|
|
|
- unregister_cpu_notifier(&setup_hotplug_notifier);
|
|
|
- cpuidle_unregister(&pseries_idle_driver);
|
|
|
- return;
|
|
|
-}
|
|
|
-
|
|
|
-module_init(pseries_processor_idle_init);
|
|
|
-module_exit(pseries_processor_idle_exit);
|
|
|
-
|
|
|
-MODULE_AUTHOR("Deepthi Dharwar <deepthi@linux.vnet.ibm.com>");
|
|
|
-MODULE_DESCRIPTION("Cpuidle driver for POWER");
|
|
|
-MODULE_LICENSE("GPL");
|
|
|
+device_initcall(pseries_processor_idle_init);
|