]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
PCI: Move ecam.h to linux/include/pci-ecam.h
authorJayachandran C <jchandra@broadcom.com>
Fri, 10 Jun 2016 19:55:09 +0000 (21:55 +0200)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 10 Jun 2016 20:21:17 +0000 (15:21 -0500)
commit80955f9ee51760db64795b3778365ccb8c3a2729
tree8afd490616bc73edd7d494a5d518ce05d1f84bea
parentaf8c34ce6ae32addda3788d54a7e340cad22516b
PCI: Move ecam.h to linux/include/pci-ecam.h

This header will be used from arch/arm64 for ACPI PCI implementation so it
needs to be moved out of drivers/pci.

Update users of the header file to use the new name.  No functional
changes.

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
drivers/pci/ecam.c
drivers/pci/ecam.h [deleted file]
drivers/pci/host/pci-host-common.c
drivers/pci/host/pci-host-generic.c
drivers/pci/host/pci-thunder-ecam.c
drivers/pci/host/pci-thunder-pem.c
include/linux/pci-ecam.h [new file with mode: 0644]