Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1324553
| From | Bjorn Helgaas <bhelgaas@google.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 4/5] PCI: Remove empty asm-generic/pci-bridge.h |
| Date | 2016-02-02 20:40 +0100 |
| Message-ID | <qXOXT-7QE-5@gated-at.bofh.it> (permalink) |
| References | <qXOXT-7QE-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
include/asm-generic/pci-bridge.h is empty, and nobody includes it, so remove it. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> --- include/asm-generic/pci-bridge.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 include/asm-generic/pci-bridge.h diff --git a/include/asm-generic/pci-bridge.h b/include/asm-generic/pci-bridge.h deleted file mode 100644 index 1b1d82f..0000000 --- a/include/asm-generic/pci-bridge.h +++ /dev/null @@ -1,9 +0,0 @@ -/* - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. - */ -#ifndef _ASM_GENERIC_PCI_BRIDGE_H -#define _ASM_GENERIC_PCI_BRIDGE_H -#endif /* _ASM_GENERIC_PCI_BRIDGE_H */
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