commit | 073b4964b3b75fd9e19bf3933b26d9c23591c9db | [log] [tgz] |
---|---|---|
author | Rafael J. Wysocki <rjw@sisk.pl> | Tue Feb 08 23:37:31 2011 +0100 |
committer | Rafael J. Wysocki <rjw@sisk.pl> | Thu Feb 24 19:58:41 2011 +0100 |
tree | 15b2cf06533aba12e20cb8cfe7fa8267b9d1e842 | |
parent | 2aa15890f3c191326678f1bd68af61ec6b8753ec [diff] |
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 <rjw@sisk.pl>