]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/acpi/dock.c
Merge branch 'linus' into release
[linux-2.6-omap-h63xx.git] / drivers / acpi / dock.c
index 8f62fa01a9c76f910d1c88d4245f18eeab995708..efb959d6c8a98c654e88e8de4ce6056ac26482aa 100644 (file)
@@ -977,7 +977,7 @@ static int dock_add(acpi_handle handle)
                sizeof(struct dock_station *));
 
        /* we want the dock device to send uevents */
-       dock_device->dev.uevent_suppress = 0;
+       dev_set_uevent_suppress(&dock_device->dev, 0);
 
        if (is_dock(handle))
                dock_station->flags |= DOCK_IS_DOCK;