diff options
Diffstat (limited to 'arch/x86/include/asm/topology.h')
-rw-r--r-- | arch/x86/include/asm/topology.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index b28097e4c8c3..0e8f04f2c26f 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h | |||
@@ -132,19 +132,7 @@ static inline void arch_fix_phys_package_id(int num, u32 slot) | |||
132 | } | 132 | } |
133 | 133 | ||
134 | struct pci_bus; | 134 | struct pci_bus; |
135 | int x86_pci_root_bus_node(int bus); | ||
135 | void x86_pci_root_bus_resources(int bus, struct list_head *resources); | 136 | void x86_pci_root_bus_resources(int bus, struct list_head *resources); |
136 | 137 | ||
137 | #ifdef CONFIG_NUMA | ||
138 | extern int get_mp_bus_to_node(int busnum); | ||
139 | extern void set_mp_bus_to_node(int busnum, int node); | ||
140 | #else | ||
141 | static inline int get_mp_bus_to_node(int busnum) | ||
142 | { | ||
143 | return 0; | ||
144 | } | ||
145 | static inline void set_mp_bus_to_node(int busnum, int node) | ||
146 | { | ||
147 | } | ||
148 | #endif | ||
149 | |||
150 | #endif /* _ASM_X86_TOPOLOGY_H */ | 138 | #endif /* _ASM_X86_TOPOLOGY_H */ |