diff options
Diffstat (limited to 'arch/x86/include/asm/pci.h')
-rw-r--r-- | arch/x86/include/asm/pci.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/pci.h b/arch/x86/include/asm/pci.h index e545ea01abcf..b51a1e8b0baf 100644 --- a/arch/x86/include/asm/pci.h +++ b/arch/x86/include/asm/pci.h | |||
@@ -140,11 +140,6 @@ static inline int __pcibus_to_node(const struct pci_bus *bus) | |||
140 | return sd->node; | 140 | return sd->node; |
141 | } | 141 | } |
142 | 142 | ||
143 | static inline cpumask_t __pcibus_to_cpumask(struct pci_bus *bus) | ||
144 | { | ||
145 | return node_to_cpumask(__pcibus_to_node(bus)); | ||
146 | } | ||
147 | |||
148 | static inline const struct cpumask * | 143 | static inline const struct cpumask * |
149 | cpumask_of_pcibus(const struct pci_bus *bus) | 144 | cpumask_of_pcibus(const struct pci_bus *bus) |
150 | { | 145 | { |