Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1324558
| From | Bjorn Helgaas <bhelgaas@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/5] ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h |
| Date | 2016-02-02 20:40 +0100 |
| Message-ID | <qXOXU-7QE-23@gated-at.bofh.it> (permalink) |
| References | <qXOXT-7QE-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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> --- arch/arm64/include/asm/Kbuild | 3 --- arch/arm64/kernel/pci.c | 2 -- 2 files changed, 5 deletions(-) diff --git a/arch/arm64/include/asm/Kbuild b/arch/arm64/include/asm/Kbuild index 70fd9ff..cff532a 100644 --- a/arch/arm64/include/asm/Kbuild +++ b/arch/arm64/include/asm/Kbuild @@ -1,5 +1,3 @@ - - 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 diff --git a/arch/arm64/kernel/pci.c b/arch/arm64/kernel/pci.c index b3d098b..c72de66 100644 --- a/arch/arm64/kernel/pci.c +++ b/arch/arm64/kernel/pci.c @@ -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 */
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/5] Clean up warnings (part 2, asm/pci-bridge.h) Bjorn Helgaas <bhelgaas@google.com> - 2016-02-02 20:40 +0100 [PATCH 4/5] PCI: Remove empty asm-generic/pci-bridge.h Bjorn Helgaas <bhelgaas@google.com> - 2016-02-02 20:40 +0100 [PATCH 5/5] PCI: Remove includes of asm/pci-bridge.h Bjorn Helgaas <bhelgaas@google.com> - 2016-02-02 20:40 +0100 [PATCH 3/5] ARM64: PCI: Remove generated include of asm-generic/pci-bridge.h Bjorn Helgaas <bhelgaas@google.com> - 2016-02-02 20:40 +0100 [PATCH 1/5] PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h Bjorn Helgaas <bhelgaas@google.com> - 2016-02-02 20:40 +0100 [PATCH 2/5] PCI: Remove includes of empty asm-generic/pci-bridge.h Bjorn Helgaas <bhelgaas@google.com> - 2016-02-02 20:50 +0100 Re: [PATCH 0/5] Clean up warnings (part 2, asm/pci-bridge.h) Will Deacon <will.deacon@arm.com> - 2016-02-03 10:30 +0100 Re: [PATCH 0/5] Clean up warnings (part 2, asm/pci-bridge.h) Bjorn Helgaas <helgaas@kernel.org> - 2016-02-05 23:40 +0100
csiph-web