ACPI: Do not export functions that are only used in osl.c
commit073b4964b3b75fd9e19bf3933b26d9c23591c9db
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 8 Feb 2011 22:37:31 +0000 (8 23:37 +0100)
committerRafael J. Wysocki <rjw@sisk.pl>
Thu, 24 Feb 2011 18:58:41 +0000 (24 19:58 +0100)
tree15b2cf06533aba12e20cb8cfe7fa8267b9d1e842
parent2aa15890f3c191326678f1bd68af61ec6b8753ec
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>
drivers/acpi/osl.c
include/linux/acpi_io.h