mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 08:04:13 +08:00
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>
This commit is contained in:
parent
5bd28338d6
commit
234234c2e1
@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
generic-y += bug.h
|
generic-y += bug.h
|
||||||
generic-y += bugs.h
|
generic-y += bugs.h
|
||||||
generic-y += checksum.h
|
generic-y += checksum.h
|
||||||
@ -31,7 +29,6 @@ generic-y += msgbuf.h
|
|||||||
generic-y += msi.h
|
generic-y += msi.h
|
||||||
generic-y += mutex.h
|
generic-y += mutex.h
|
||||||
generic-y += pci.h
|
generic-y += pci.h
|
||||||
generic-y += pci-bridge.h
|
|
||||||
generic-y += poll.h
|
generic-y += poll.h
|
||||||
generic-y += preempt.h
|
generic-y += preempt.h
|
||||||
generic-y += resource.h
|
generic-y += resource.h
|
||||||
|
@ -19,8 +19,6 @@
|
|||||||
#include <linux/of_platform.h>
|
#include <linux/of_platform.h>
|
||||||
#include <linux/slab.h>
|
#include <linux/slab.h>
|
||||||
|
|
||||||
#include <asm/pci-bridge.h>
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called after each bus is probed, but before its children are examined
|
* Called after each bus is probed, but before its children are examined
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user