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

No differences found