From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3y7Pk71vH8zDqks for ; Fri, 6 Oct 2017 07:38:39 +1100 (AEDT) Subject: [PATCH 0/4] PCI: Cleanup unused stuff From: Bjorn Helgaas To: linux-pci@vger.kernel.org Cc: linux-mips@linux-mips.org, Rich Felker , linux-ia64@vger.kernel.org, linux-sh@vger.kernel.org, Benjamin Herrenschmidt , David Howells , Max Filippov , Paul Mackerras , "H. Peter Anvin" , sparclinux@vger.kernel.org, Jesper Nilsson , linux-am33-list@redhat.com, Yoshinori Sato , Michael Ellerman , Helge Deller , x86@kernel.org, "James E.J. Bottomley" , Ingo Molnar , Matt Turner , Fenghua Yu , linux-xtensa@linux-xtensa.org, Mikael Starvik , Ivan Kokshaysky , Thomas Gleixner , Richard Henderson , Chris Zankel , Tony Luck , linux-cris-kernel@axis.com, linux-parisc@vger.kernel.org, Ralf Baechle , linux-alpha@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, "David S. Miller" Date: Thu, 05 Oct 2017 15:38:23 -0500 Message-ID: <20171005201939.18300.25690.stgit@bhelgaas-glaptop.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sorry for the long cc list. These are pretty trivial; they just remove some unnecessary declarations across several arches. --- Bjorn Helgaas (4): PCI: Remove redundant pcibios_set_master() declarations PCI: Remove redundant pci_dev, pci_bus, resource declarations PCI: Remove unused declarations alpha/PCI: Make pdev_save_srm_config() static arch/alpha/include/asm/pci.h | 5 ----- arch/alpha/kernel/pci.c | 11 ++++++++++- arch/alpha/kernel/pci_impl.h | 8 -------- arch/cris/include/asm/pci.h | 9 --------- arch/frv/include/asm/pci.h | 4 ---- arch/ia64/include/asm/pci.h | 4 ---- arch/mips/include/asm/pci.h | 4 ---- arch/mn10300/include/asm/pci.h | 4 ---- arch/mn10300/unit-asb2305/pci-asb2305.h | 3 --- arch/parisc/include/asm/pci.h | 8 -------- arch/powerpc/include/asm/pci.h | 2 -- arch/sh/include/asm/pci.h | 4 ---- arch/sparc/include/asm/pci_32.h | 2 -- arch/x86/include/asm/pci.h | 2 -- arch/xtensa/include/asm/pci.h | 2 -- 15 files changed, 10 insertions(+), 62 deletions(-)