diff options
Diffstat (limited to 'drivers/acpi/dock.c')
| -rw-r--r-- | drivers/acpi/dock.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 35094f230b1..7af7db1ba8c 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;  |