diff options
Diffstat (limited to 'drivers/acpi/dock.c')
-rw-r--r-- | drivers/acpi/dock.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 8c6828bee5d9..215f5b30a1f1 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c | |||
@@ -326,10 +326,12 @@ static void hotplug_dock_devices(struct dock_station *ds, u32 event) | |||
326 | 326 | ||
327 | static void dock_event(struct dock_station *ds, u32 event, int num) | 327 | static void dock_event(struct dock_station *ds, u32 event, int num) |
328 | { | 328 | { |
329 | struct device *dev = &dock_device.dev; | ||
329 | /* | 330 | /* |
330 | * we don't do events until someone tells me that | 331 | * Indicate that the status of the dock station has |
331 | * they would like to have them. | 332 | * changed. |
332 | */ | 333 | */ |
334 | kobject_uevent(&dev->kobj, KOBJ_CHANGE); | ||
333 | } | 335 | } |
334 | 336 | ||
335 | /** | 337 | /** |