diff options
author | Matthew Wilcox <willy@linux.intel.com> | 2009-06-17 16:33:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-17 17:04:42 -0400 |
commit | a6c140969b4685f9b9f6773c0760f55ca66d1825 (patch) | |
tree | 8c360948177c771e08f1a77ee4744b01c25d2580 /arch/parisc | |
parent | cebd78a8c5624b5cf04c39c3335a5fc8670a7b69 (diff) |
Delete pcibios_select_root
This function was only used by pci_claim_resource(), and the last commit
deleted that use.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/parisc')
-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 */ |