diff options
Diffstat (limited to 'arch/parisc/include/asm')
-rw-r--r-- | arch/parisc/include/asm/pci.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/parisc/include/asm/pci.h b/arch/parisc/include/asm/pci.h index 4ba868f44a5e..7d842d699df2 100644 --- a/arch/parisc/include/asm/pci.h +++ b/arch/parisc/include/asm/pci.h | |||
@@ -268,19 +268,6 @@ extern void | |||
268 | pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, | 268 | pcibios_bus_to_resource(struct pci_dev *dev, struct resource *res, |
269 | struct pci_bus_region *region); | 269 | struct pci_bus_region *region); |
270 | 270 | ||
271 | static inline struct resource * | ||
272 | pcibios_select_root(struct pci_dev *pdev, struct resource *res) | ||
273 | { | ||
274 | struct resource *root = NULL; | ||
275 | |||
276 | if (res->flags & IORESOURCE_IO) | ||
277 | root = &ioport_resource; | ||
278 | if (res->flags & IORESOURCE_MEM) | ||
279 | root = &iomem_resource; | ||
280 | |||
281 | return root; | ||
282 | } | ||
283 | |||
284 | static inline void pcibios_penalize_isa_irq(int irq, int active) | 271 | static inline void pcibios_penalize_isa_irq(int irq, int active) |
285 | { | 272 | { |
286 | /* We don't need to penalize isa irq's */ | 273 | /* We don't need to penalize isa irq's */ |