commit | be27b3dcb02335ec093b81053fc8c84b32d3106e | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Feb 21 01:10:27 2014 +0100 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Fri Feb 21 01:10:27 2014 +0100 |
tree | 473c5dcff60a8568d272da97830dbd0fb9e2fe8d | |
parent | edf5bf34d40804fbef32f240a79b74ffc69a658b [diff] |
ACPI / dock: Add .uevent() callback to struct acpi_hotplug_context In order to avoid the need to register special ACPI dock operations for SATA devices add a .uevent() callback pointer to struct acpi_hotplug_context and make dock_hotplug_event() use that callback if available. Also rename the existing .event() callback in struct acpi_hotplug_context to .notify() to avoid possible confusion in the future. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>