]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
leds/acpi: Fix merge fallout from acpi_driver_data change
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 23 Oct 2008 21:35:19 +0000 (22:35 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 23 Oct 2008 21:35:19 +0000 (22:35 +0100)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
drivers/leds/leds-hp-disk.c

index d636280198ab349ba0df20c4a18ee5aed32b53c4..53a25b1c2dae8096d071d8ee2927d4bd8f644020 100644 (file)
@@ -98,7 +98,7 @@ static int hpled_add(struct acpi_device *device)
        adev.device = device;
        strcpy(acpi_device_name(device), DRIVER_NAME);
        strcpy(acpi_device_class(device), ACPI_MDPS_CLASS);
-       acpi_driver_data(device) = &adev;
+       device->driver_data = &adev;
 
        ret = led_classdev_register(NULL, &hpled_led);
        return ret;