From 7b65ba2f752fbb6faba08b2b20e267980ad9d2f3 Mon Sep 17 00:00:00 2001 From: Patrick Mochel Date: Fri, 19 May 2006 16:54:50 -0400 Subject: [PATCH] --- yaml --- r: 32012 b: refs/heads/master c: 6c689537726ec665246d2f60c48475be2efac2d0 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/acpi/button.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 638d2251c95c..7bdcfeeccc11 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 39cb61e26771891f843cb433ee6febd9159bce73 +refs/heads/master: 6c689537726ec665246d2f60c48475be2efac2d0 diff --git a/trunk/drivers/acpi/button.c b/trunk/drivers/acpi/button.c index eefb9e4df580..fd1ba05eab68 100644 --- a/trunk/drivers/acpi/button.c +++ b/trunk/drivers/acpi/button.c @@ -82,7 +82,6 @@ static struct acpi_driver acpi_button_driver = { }; struct acpi_button { - acpi_handle handle; struct acpi_device *device; /* Fixed button kludge */ u8 type; unsigned long pushed; @@ -303,7 +302,6 @@ static int acpi_button_add(struct acpi_device *device) memset(button, 0, sizeof(struct acpi_button)); button->device = device; - button->handle = device->handle; acpi_driver_data(device) = button; /*