git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa1589
)
ACPI: Do not export functions that are only used in osl.c
author
Rafael J. Wysocki
<rjw@sisk.pl>
Tue, 8 Feb 2011 22:37:31 +0000
(23:37 +0100)
committer
Rafael 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