The patch titled acpi: init dock notifier list has been added to the -mm tree. Its filename is acpi-init-dock-notifier-list.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: acpi: init dock notifier list From: Kristen Accardi <kristen.c.accardi@xxxxxxxxx> Initialize the atomic notifier list Signed-off-by: Kristen Carlson Accardi <kristen.c.accardi@xxxxxxxxx> Cc: "Brown, Len" <len.brown@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/acpi/dock.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/acpi/dock.c~acpi-init-dock-notifier-list drivers/acpi/dock.c --- a/drivers/acpi/dock.c~acpi-init-dock-notifier-list +++ a/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, _ Patches currently in -mm which might be from kristen.c.accardi@xxxxxxxxx are acpi-init-dock-notifier-list.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html