Subject: [PATCH] [acpi button] Remove unneeded fields from struct acpi_button - Woops, shouldn't have been there in the first place.. Signed-off-by: Patrick Mochel --- drivers/acpi/drivers/button/button.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) applies-to: 8f9068436264d5209af608eae0c7f6da1f6c24ef 179f1aa8e8ed638292d43bc7c471e5e3edda7118 diff --git a/drivers/acpi/drivers/button/button.h b/drivers/acpi/drivers/button/button.h index a35d51c..3ad26c5 100644 --- a/drivers/acpi/drivers/button/button.h +++ b/drivers/acpi/drivers/button/button.h @@ -17,8 +17,6 @@ ACPI_MODULE_NAME("acpi_button"); struct acpi_button { - const char * b_type; struct acpi_dev * b_ad; - struct acpi_button_ops * b_ops; unsigned int b_count; }; --- 0.99.9.GIT