diff options
| -rw-r--r-- | drivers/acpi/button.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c index 314a3b84bbc7..f0d936b65e37 100644 --- a/drivers/acpi/button.c +++ b/drivers/acpi/button.c | |||
| @@ -450,15 +450,4 @@ static int acpi_button_remove(struct acpi_device *device, int type) | |||
| 450 | return 0; | 450 | return 0; |
| 451 | } | 451 | } |
| 452 | 452 | ||
| 453 | static int __init acpi_button_init(void) | 453 | module_acpi_driver(acpi_button_driver); |
| 454 | { | ||
| 455 | return acpi_bus_register_driver(&acpi_button_driver); | ||
| 456 | } | ||
| 457 | |||
| 458 | static void __exit acpi_button_exit(void) | ||
| 459 | { | ||
| 460 | acpi_bus_unregister_driver(&acpi_button_driver); | ||
| 461 | } | ||
| 462 | |||
| 463 | module_init(acpi_button_init); | ||
| 464 | module_exit(acpi_button_exit); | ||
