mirror of
https://github.com/torvalds/linux.git
synced 2024-12-17 08:31:39 +00:00
ideapad: convert to module_acpi_driver()
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Acked-by: Ike Panhc <ike.pan@canonical.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
46f6471c2c
commit
26953f78fb
@ -917,20 +917,8 @@ static struct acpi_driver ideapad_acpi_driver = {
|
||||
.drv.pm = &ideapad_pm,
|
||||
.owner = THIS_MODULE,
|
||||
};
|
||||
|
||||
static int __init ideapad_acpi_module_init(void)
|
||||
{
|
||||
return acpi_bus_register_driver(&ideapad_acpi_driver);
|
||||
}
|
||||
|
||||
static void __exit ideapad_acpi_module_exit(void)
|
||||
{
|
||||
acpi_bus_unregister_driver(&ideapad_acpi_driver);
|
||||
}
|
||||
module_acpi_driver(ideapad_acpi_driver);
|
||||
|
||||
MODULE_AUTHOR("David Woodhouse <dwmw2@infradead.org>");
|
||||
MODULE_DESCRIPTION("IdeaPad ACPI Extras");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
module_init(ideapad_acpi_module_init);
|
||||
module_exit(ideapad_acpi_module_exit);
|
||||
|
Loading…
Reference in New Issue
Block a user