diff options
| -rw-r--r-- | drivers/acpi/button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/button.c b/drivers/acpi/button.c index 5ef885e82c78..7fda02c98310 100644 --- a/drivers/acpi/button.c +++ b/drivers/acpi/button.c | |||
| @@ -74,7 +74,7 @@ static int acpi_button_state_open_fs(struct inode *inode, struct file *file); | |||
| 74 | static struct acpi_driver acpi_button_driver = { | 74 | static struct acpi_driver acpi_button_driver = { |
| 75 | .name = ACPI_BUTTON_DRIVER_NAME, | 75 | .name = ACPI_BUTTON_DRIVER_NAME, |
| 76 | .class = ACPI_BUTTON_CLASS, | 76 | .class = ACPI_BUTTON_CLASS, |
| 77 | .ids = "ACPI_FPB,ACPI_FSB,PNP0C0D,PNP0C0C,PNP0C0E", | 77 | .ids = "button_power,button_sleep,PNP0C0D,PNP0C0C,PNP0C0E", |
| 78 | .ops = { | 78 | .ops = { |
| 79 | .add = acpi_button_add, | 79 | .add = acpi_button_add, |
| 80 | .remove = acpi_button_remove, | 80 | .remove = acpi_button_remove, |
