ACPI / scan: Move sysfs-related device code to a separate file
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 17 Jul 2015 20:53:43 +0000 (22:53 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 17 Jul 2015 20:53:43 +0000 (22:53 +0200)
commitc2efefb33abfb245395199137ece3c1e3df47f51
treecfa516ab3d65e0a98416cbc1983dd060cdb1b640
parent21bdb584af8cca7c6df3c44cba268be050a234eb
ACPI / scan: Move sysfs-related device code to a separate file

To reduce the size of scan.c and improve the readability of it, move
all code related to device sysfs, modalias creation etc. to a new
file called device_sysfs.c.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/Makefile
drivers/acpi/device_sysfs.c [new file with mode: 0644]
drivers/acpi/internal.h
drivers/acpi/scan.c