linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Cleanup unused code
@ 2015-06-04 21:49 Bjorn Helgaas
  2015-06-04 21:49 ` [PATCH 1/7] microblaze/PCI: Remove unused declarations Bjorn Helgaas
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Bjorn Helgaas @ 2015-06-04 21:49 UTC (permalink / raw)
  To: linux-pci

These patches:

  - Remove some unnecessary declarations
  - Include <linux/pci.h> instead of <asm/pci.h>
  - Remove some unnecessary includes of <asm/pci.h>
  - Remove some unused code

They touch a lot of arches but are trivial, so I propose to merge them all
via my PCI tree.

---

Bjorn Helgaas (7):
      microblaze/PCI: Remove unused declarations
      microblaze/PCI: Remove unnecessary pci_bus_find_capability() declaration
      microblaze/PCI: Remove unnecessary struct pci_dev declaration
      PCI: Include <linux/pci.h>, not <asm/pci.h>
      PCI: Remove unnecessary #includes of <asm/pci.h>
      PCI: Remove unused pcibios_select_root() (again)
      PCI: Remove unused pci_dma_burst_advice()


 arch/alpha/include/asm/pci.h              |   16 ------------
 arch/alpha/kernel/core_irongate.c         |    1 -
 arch/alpha/kernel/sys_eiger.c             |    1 -
 arch/alpha/kernel/sys_nautilus.c          |    1 -
 arch/arm/include/asm/pci.h                |   10 -------
 arch/frv/include/asm/pci.h                |   10 -------
 arch/ia64/include/asm/pci.h               |   32 -----------------------
 arch/microblaze/include/asm/pci.h         |   40 -----------------------------
 arch/mips/include/asm/pci.h               |   10 -------
 arch/mips/pci/fixup-cobalt.c              |    1 -
 arch/mips/pci/ops-mace.c                  |    1 -
 arch/mips/pci/pci-lantiq.c                |    1 -
 arch/mn10300/include/asm/pci.h            |   13 ---------
 arch/parisc/include/asm/pci.h             |   19 --------------
 arch/powerpc/include/asm/pci.h            |   30 ----------------------
 arch/powerpc/kernel/prom.c                |    1 -
 arch/powerpc/kernel/prom_init.c           |    1 -
 arch/powerpc/platforms/52xx/mpc52xx_pci.c |    2 +
 arch/s390/kernel/suspend.c                |    2 +
 arch/sh/drivers/pci/ops-sh5.c             |    1 -
 arch/sh/drivers/pci/pci-sh5.c             |    1 -
 arch/sh/include/asm/pci.h                 |   18 -------------
 arch/sparc/include/asm/pci_32.h           |   10 -------
 arch/sparc/include/asm/pci_64.h           |   19 --------------
 arch/unicore32/include/asm/pci.h          |   10 -------
 arch/x86/include/asm/pci.h                |    7 -----
 arch/x86/kernel/x86_init.c                |    1 -
 drivers/net/ethernet/sun/cassini.c        |    1 -
 include/asm-generic/pci.h                 |   13 ---------
 include/linux/pci.h                       |   11 --------
 30 files changed, 2 insertions(+), 282 deletions(-)

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2015-06-08 12:58 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-04 21:49 [PATCH 0/7] Cleanup unused code Bjorn Helgaas
2015-06-04 21:49 ` [PATCH 1/7] microblaze/PCI: Remove unused declarations Bjorn Helgaas
2015-06-05  7:07   ` Michal Simek
2015-06-05 15:11     ` Bjorn Helgaas
2015-06-08  8:06       ` Michal Simek
2015-06-08 12:58         ` Bjorn Helgaas
2015-06-04 21:49 ` [PATCH 2/7] microblaze/PCI: Remove unnecessary pci_bus_find_capability() declaration Bjorn Helgaas
2015-06-05  7:07   ` Michal Simek
2015-06-04 21:49 ` [PATCH 3/7] microblaze/PCI: Remove unnecessary struct pci_dev declaration Bjorn Helgaas
2015-06-05  7:07   ` Michal Simek
2015-06-04 21:49 ` [PATCH 4/7] PCI: Include <linux/pci.h>, not <asm/pci.h> Bjorn Helgaas
2015-06-04 21:49 ` [PATCH 5/7] PCI: Remove unnecessary #includes of <asm/pci.h> Bjorn Helgaas
2015-06-05  1:53   ` Simon Horman
2015-06-05  8:08   ` Ralf Baechle
2015-06-04 21:50 ` [PATCH 6/7] PCI: Remove unused pcibios_select_root() (again) Bjorn Helgaas
2015-06-04 21:50 ` [PATCH 7/7] PCI: Remove unused pci_dma_burst_advice() Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).