diff options
Diffstat (limited to 'drivers/acpi/numa.c')
-rw-r--r-- | drivers/acpi/numa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/numa.c b/drivers/acpi/numa.c index 7bbbf8256a41..867f6e3f2b4f 100644 --- a/drivers/acpi/numa.c +++ b/drivers/acpi/numa.c | |||
@@ -84,6 +84,7 @@ int acpi_map_pxm_to_node(int pxm) | |||
84 | 84 | ||
85 | return node; | 85 | return node; |
86 | } | 86 | } |
87 | EXPORT_SYMBOL(acpi_map_pxm_to_node); | ||
87 | 88 | ||
88 | /** | 89 | /** |
89 | * acpi_map_pxm_to_online_node - Map proximity ID to online node | 90 | * acpi_map_pxm_to_online_node - Map proximity ID to online node |