diff options
Diffstat (limited to 'arch/tile/kernel/pci.c')
-rw-r--r-- | arch/tile/kernel/pci.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/tile/kernel/pci.c b/arch/tile/kernel/pci.c index bc6656b5708b..3113d4d5c329 100644 --- a/arch/tile/kernel/pci.c +++ b/arch/tile/kernel/pci.c | |||
@@ -369,14 +369,6 @@ int __init pcibios_init(void) | |||
369 | } | 369 | } |
370 | subsys_initcall(pcibios_init); | 370 | subsys_initcall(pcibios_init); |
371 | 371 | ||
372 | /* | ||
373 | * No bus fixups needed. | ||
374 | */ | ||
375 | void pcibios_fixup_bus(struct pci_bus *bus) | ||
376 | { | ||
377 | /* Nothing needs to be done. */ | ||
378 | } | ||
379 | |||
380 | void pcibios_set_master(struct pci_dev *dev) | 372 | void pcibios_set_master(struct pci_dev *dev) |
381 | { | 373 | { |
382 | /* No special bus mastering setup handling. */ | 374 | /* No special bus mastering setup handling. */ |