diff options
Diffstat (limited to 'arch/arm64/kernel/pci.c')
-rw-r--r-- | arch/arm64/kernel/pci.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arch/arm64/kernel/pci.c b/arch/arm64/kernel/pci.c index e2b7e4f9cc31..0e2ea1c78542 100644 --- a/arch/arm64/kernel/pci.c +++ b/arch/arm64/kernel/pci.c | |||
@@ -22,23 +22,6 @@ | |||
22 | #include <linux/pci-ecam.h> | 22 | #include <linux/pci-ecam.h> |
23 | #include <linux/slab.h> | 23 | #include <linux/slab.h> |
24 | 24 | ||
25 | /* | ||
26 | * Called after each bus is probed, but before its children are examined | ||
27 | */ | ||
28 | void pcibios_fixup_bus(struct pci_bus *bus) | ||
29 | { | ||
30 | /* nothing to do, expected to be removed in the future */ | ||
31 | } | ||
32 | |||
33 | /* | ||
34 | * We don't have to worry about legacy ISA devices, so nothing to do here | ||
35 | */ | ||
36 | resource_size_t pcibios_align_resource(void *data, const struct resource *res, | ||
37 | resource_size_t size, resource_size_t align) | ||
38 | { | ||
39 | return res->start; | ||
40 | } | ||
41 | |||
42 | #ifdef CONFIG_ACPI | 25 | #ifdef CONFIG_ACPI |
43 | /* | 26 | /* |
44 | * Try to assign the IRQ number when probing a new device | 27 | * Try to assign the IRQ number when probing a new device |