Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331729
b: refs/heads/master
c: 466e78f
h: refs/heads/master
i:
  331727: dc277e4
v: v3
  • Loading branch information
Mika Westerberg authored and Len Brown committed Sep 21, 2012
1 parent 6a874a2 commit 32231e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d2cf8f5aab358c897902ebad40fa4edd1b4556e
refs/heads/master: 466e78f779b2b811f77dbd2ebf618ddd42e3ed50
13 changes: 1 addition & 12 deletions trunk/drivers/acpi/button.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,15 +450,4 @@ static int acpi_button_remove(struct acpi_device *device, int type)
return 0;
}

static int __init acpi_button_init(void)
{
return acpi_bus_register_driver(&acpi_button_driver);
}

static void __exit acpi_button_exit(void)
{
acpi_bus_unregister_driver(&acpi_button_driver);
}

module_init(acpi_button_init);
module_exit(acpi_button_exit);
module_acpi_driver(acpi_button_driver);

0 comments on commit 32231e0

Please sign in to comment.