aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/acpi.h
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2011-02-16 11:11:08 -0500
committerTejun Heo <tj@kernel.org>2011-02-16 11:11:08 -0500
commit5d371b08fea80c4fb7450d31e5a4e35b438ef850 (patch)
treed87e33c1b8b63bc7e50d7a5e18d0f12f8022582b /arch/x86/include/asm/acpi.h
parentfd0435d8fb1d4e5771f9ae3af71f2a77c1f4bd09 (diff)
x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()
They are empty now. Kill them. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Yinghai Lu <yinghai@kernel.org> Cc: Brian Gerst <brgerst@gmail.com> Cc: Cyrill Gorcunov <gorcunov@gmail.com> Cc: Shaohui Zheng <shaohui.zheng@intel.com> Cc: David Rientjes <rientjes@google.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'arch/x86/include/asm/acpi.h')
-rw-r--r--arch/x86/include/asm/acpi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/acpi.h b/arch/x86/include/asm/acpi.h
index 12bd1fdd206b..cfa3d5c3144a 100644
--- a/arch/x86/include/asm/acpi.h
+++ b/arch/x86/include/asm/acpi.h
@@ -186,7 +186,6 @@ struct bootnode;
186#ifdef CONFIG_ACPI_NUMA 186#ifdef CONFIG_ACPI_NUMA
187extern int acpi_numa; 187extern int acpi_numa;
188extern int x86_acpi_numa_init(void); 188extern int x86_acpi_numa_init(void);
189extern int acpi_scan_nodes(void);
190 189
191#ifdef CONFIG_NUMA_EMU 190#ifdef CONFIG_NUMA_EMU
192extern void acpi_fake_nodes(const struct bootnode *fake_nodes, 191extern void acpi_fake_nodes(const struct bootnode *fake_nodes,