Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 234234c2 authored by Bjorn Helgaas's avatar Bjorn Helgaas
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
Acked-by: default avatarWill Deacon <will.deacon@arm.com>
parent 5bd28338
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line


generic-y += bug.h
generic-y += bugs.h
generic-y += checksum.h
@@ -31,7 +29,6 @@ generic-y += msgbuf.h
generic-y += msi.h
generic-y += mutex.h
generic-y += pci.h
generic-y += pci-bridge.h
generic-y += poll.h
generic-y += preempt.h
generic-y += resource.h
+0 −2
Original line number Diff line number Diff line
@@ -19,8 +19,6 @@
#include <linux/of_platform.h>
#include <linux/slab.h>

#include <asm/pci-bridge.h>

/*
 * Called after each bus is probed, but before its children are examined
 */