From: Rafael J. Wysocki Date: Tue, 1 Oct 2013 21:02:43 +0000 (+0200) Subject: ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device() X-Git-Tag: v3.12-rc4~11^2~1^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6585925b62fa4dd2f4aecf634b0f8956577aa981;p=pandora-kernel.git ACPI: Use EXPORT_SYMBOL() for acpi_bus_get_device() Commit caf5c03f (ACPI: Move acpi_bus_get_device() from bus.c to scan.c) caused acpi_bus_get_device() to be exported using EXPORT_SYMBOL_GPL(), but that broke some binary drivers in existence, so revert that change. Reported-by: Peter Hurley Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed