提交 6c689537 编写于 作者: P Patrick Mochel 提交者: Len Brown

ACPI: button: Remove unneeded acpi_handle from driver.

Signed-off-by: NPatrick Mochel <mochel@linux.intel.com>
Signed-off-by: NLen Brown <len.brown@intel.com>
上级 39cb61e2
...@@ -82,7 +82,6 @@ static struct acpi_driver acpi_button_driver = { ...@@ -82,7 +82,6 @@ static struct acpi_driver acpi_button_driver = {
}; };
struct acpi_button { struct acpi_button {
acpi_handle handle;
struct acpi_device *device; /* Fixed button kludge */ struct acpi_device *device; /* Fixed button kludge */
u8 type; u8 type;
unsigned long pushed; unsigned long pushed;
...@@ -303,7 +302,6 @@ static int acpi_button_add(struct acpi_device *device) ...@@ -303,7 +302,6 @@ static int acpi_button_add(struct acpi_device *device)
memset(button, 0, sizeof(struct acpi_button)); memset(button, 0, sizeof(struct acpi_button));
button->device = device; button->device = device;
button->handle = device->handle;
acpi_driver_data(device) = button; acpi_driver_data(device) = button;
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册