diff options
| -rw-r--r-- | drivers/platform/x86/ideapad-laptop.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/drivers/platform/x86/ideapad-laptop.c b/drivers/platform/x86/ideapad-laptop.c index dae7abe1d711..5ff4f2e314d2 100644 --- a/drivers/platform/x86/ideapad-laptop.c +++ b/drivers/platform/x86/ideapad-laptop.c | |||
| @@ -917,20 +917,8 @@ static struct acpi_driver ideapad_acpi_driver = { | |||
| 917 | .drv.pm = &ideapad_pm, | 917 | .drv.pm = &ideapad_pm, |
| 918 | .owner = THIS_MODULE, | 918 | .owner = THIS_MODULE, |
| 919 | }; | 919 | }; |
| 920 | 920 | module_acpi_driver(ideapad_acpi_driver); | |
| 921 | static int __init ideapad_acpi_module_init(void) | ||
| 922 | { | ||
| 923 | return acpi_bus_register_driver(&ideapad_acpi_driver); | ||
| 924 | } | ||
| 925 | |||
| 926 | static void __exit ideapad_acpi_module_exit(void) | ||
| 927 | { | ||
| 928 | acpi_bus_unregister_driver(&ideapad_acpi_driver); | ||
| 929 | } | ||
| 930 | 921 | ||
| 931 | MODULE_AUTHOR("David Woodhouse <dwmw2@infradead.org>"); | 922 | MODULE_AUTHOR("David Woodhouse <dwmw2@infradead.org>"); |
| 932 | MODULE_DESCRIPTION("IdeaPad ACPI Extras"); | 923 | MODULE_DESCRIPTION("IdeaPad ACPI Extras"); |
| 933 | MODULE_LICENSE("GPL"); | 924 | MODULE_LICENSE("GPL"); |
| 934 | |||
| 935 | module_init(ideapad_acpi_module_init); | ||
| 936 | module_exit(ideapad_acpi_module_exit); | ||
