ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static
commitd79ed248d923f219053760376a33371894a6d47c
authorBjorn Helgaas <bhelgaas@google.com>
Fri, 24 Jan 2014 22:48:01 +0000 (24 15:48 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 3 Feb 2014 17:39:38 +0000 (3 10:39 -0700)
tree1c40dcbbf21da3902d4766290e93c33409e44775
parent962fe9c91c5faa271e21c6ef589ff1df02fa13ed
ACPI / numa: Make __acpi_map_pxm_to_node(), acpi_get_pxm() static

__acpi_map_pxm_to_node() and acpi_get_pxm() are only used within
drivers/acpi/numa.c.  This makes them static and removes their
declarations.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/numa.c
include/acpi/acpi_numa.h
include/linux/acpi.h