From: Jiang Liu Date: Fri, 28 Jun 2013 16:24:41 +0000 (+0800) Subject: ACPI: Export acpi_(bay)|(dock)_match() from scan.c X-Git-Tag: v3.12-rc1~178^2~17^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebf4df8db0e7e5db9f7fca5fcd0c2b90ac954385;p=pandora-kernel.git ACPI: Export acpi_(bay)|(dock)_match() from scan.c Functions acpi_dock_match() and acpi_bay_match() in scan.c can be shared with dock.c to reduce code duplication, so export them as global functions. Also add a new function acpi_ata_match() to check whether an ACPI device object represents an ATA device. [rjw: Changelog] Signed-off-by: Jiang Liu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed