Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h

arm64 generates asm/pci-bridge.h, which merely includes the now-empty
asm-generic/pci-bridge.h. Stop generating asm/pci-bridge.h, and stop
including it.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Will Deacon <will.deacon@arm.com>

-5
-3
arch/arm64/include/asm/Kbuild
··· 1 - 2 - 3 1 generic-y += bug.h 4 2 generic-y += bugs.h 5 3 generic-y += checksum.h ··· 29 31 generic-y += msi.h 30 32 generic-y += mutex.h 31 33 generic-y += pci.h 32 - generic-y += pci-bridge.h 33 34 generic-y += poll.h 34 35 generic-y += preempt.h 35 36 generic-y += resource.h
-2
arch/arm64/kernel/pci.c
··· 19 19 #include <linux/of_platform.h> 20 20 #include <linux/slab.h> 21 21 22 - #include <asm/pci-bridge.h> 23 - 24 22 /* 25 23 * Called after each bus is probed, but before its children are examined 26 24 */