]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/leds/leds-hp-disk.c
leds/acpi: Fix merge fallout from acpi_driver_data change
[linux-2.6-omap-h63xx.git] / 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;