ACPI / scan: Move bus operations and notification routines to bus.c
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 17 Jul 2015 20:54:01 +0000 (22:54 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 17 Jul 2015 20:54:01 +0000 (22:54 +0200)
commit5894b0c46e49b5ecc25f22b2d1b8232aab00ce97
tree2e8d6c046f20a7eefb3694fbaf81717a2d36e92e
parent68c6b148daa6e45a85b31ef60ed9c9bfd556fff0
ACPI / scan: Move bus operations and notification routines to bus.c

To reduce the size of scan.c and improve the readability of it, move
code related to device notification, the definitions of the ACPI bus
operations and the driver management code to drivers/acpi/bus.c.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/bus.c
drivers/acpi/scan.c