diff options
author | Len Brown <len.brown@intel.com> | 2006-07-10 14:20:17 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2006-07-10 14:20:17 -0400 |
commit | 0466684907ea1695eeef98cb28ca3399882ecc0a (patch) | |
tree | ab60641f77d064c28ee508fe64b8d9515985ad2f /drivers | |
parent | c0dc250e89cb8af77c5689b36eda851158e8573e (diff) | |
parent | 07a18684c92c0156f87ea158b5adc3022485f82a (diff) | |
download | op-kernel-dev-0466684907ea1695eeef98cb28ca3399882ecc0a.zip op-kernel-dev-0466684907ea1695eeef98cb28ca3399882ecc0a.tar.gz |
Pull dock into release branch
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/acpi/dock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/dock.c b/drivers/acpi/dock.c index 510a945..1c0a39d 100644 --- a/drivers/acpi/dock.c +++ b/drivers/acpi/dock.c @@ -627,6 +627,7 @@ static int dock_add(acpi_handle handle) INIT_LIST_HEAD(&dock_station->hotplug_devices); spin_lock_init(&dock_station->dd_lock); spin_lock_init(&dock_station->hp_lock); + ATOMIC_INIT_NOTIFIER_HEAD(&dock_notifier_list); /* Find dependent devices */ acpi_walk_namespace(ACPI_TYPE_DEVICE, ACPI_ROOT_OBJECT, |