X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Facpi%2Fdock.c;h=efb959d6c8a98c654e88e8de4ce6056ac26482aa;hb=478c6a43fcbc6c11609f8cee7c7b57223907754f;hp=8f62fa01a9c76f910d1c88d4245f18eeab995708;hpb=8a3f257c704e02aee9869decd069a806b45be3f1;p=linux-2.6-omap-h63xx.git diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 8f62fa01a9c..efb959d6c8a 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c @@ -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;