From: Rafael J. Wysocki Date: Tue, 8 Feb 2011 22:37:31 +0000 (+0100) Subject: ACPI: Do not export functions that are only used in osl.c X-Git-Tag: v2.6.39-rc1~90^2~11^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=073b4964b3b75fd9e19bf3933b26d9c23591c9db;p=pandora-kernel.git ACPI: Do not export functions that are only used in osl.c The functions acpi_os_map_generic_address() and acpi_os_unmap_generic_address() are only used in drivers/acpi/osl.c, so make them static and remove the extern definitions of them from include/linux/acpi_io.h. Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed