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

Simple merge
Simple merge
Simple merge