diff options
Diffstat (limited to 'arch/mn10300/include/asm/pci.h')
-rw-r--r-- | arch/mn10300/include/asm/pci.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/mn10300/include/asm/pci.h b/arch/mn10300/include/asm/pci.h index 0517b45313d8..e58b9a46e1b1 100644 --- a/arch/mn10300/include/asm/pci.h +++ b/arch/mn10300/include/asm/pci.h | |||
@@ -106,19 +106,6 @@ extern void pcibios_bus_to_resource(struct pci_dev *dev, | |||
106 | struct resource *res, | 106 | struct resource *res, |
107 | struct pci_bus_region *region); | 107 | struct pci_bus_region *region); |
108 | 108 | ||
109 | static inline struct resource * | ||
110 | pcibios_select_root(struct pci_dev *pdev, struct resource *res) | ||
111 | { | ||
112 | struct resource *root = NULL; | ||
113 | |||
114 | if (res->flags & IORESOURCE_IO) | ||
115 | root = &ioport_resource; | ||
116 | if (res->flags & IORESOURCE_MEM) | ||
117 | root = &iomem_resource; | ||
118 | |||
119 | return root; | ||
120 | } | ||
121 | |||
122 | #define pcibios_scan_all_fns(a, b) 0 | 109 | #define pcibios_scan_all_fns(a, b) 0 |
123 | 110 | ||
124 | static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) | 111 | static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) |