From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 0/4] PCI: Cleanup unused stuff Date: Sat, 7 Oct 2017 10:58:58 +0200 Message-ID: <20171007085858.hjjowcgm457wo3cg@gmail.com> References: <20171005201939.18300.25690.stgit@bhelgaas-glaptop.roam.corp.google.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=4FcjhsYSOKWP6+9NIQoq0X+RrVTSOwU0Q4pKqDenGPY=; b=qRdIDEzK2xpatirGY7bYh0LMOyiAhfDAWP7g53KsbnCU4mRejf/a2c6JAc431G1ot4 1Ye95HvancSEdjQ/LSd/k6x34UtM+FQI4Ddgp6gsOXD1+Ol5aDqY1ttHKgE052BsiVnc /cRyBzdNI1xuPiVykmCS1yYBA5wGu5oORUC9MmoavgGPWoCC0PnTB4fYrGJXuM1Jdflz oOIvftUng69GADUVJsL5XdeaMvCVzsBGuESAzXWEwMSpE9SBlZhNQfJkfp+AZT5x7OMd wh5RFAOed10ogGbunJyhepHwLLvHqN84WlRugsKmJzrbI9EmvF9cpdy5LlbpdE4xaUkm Vhgg== Content-Disposition: inline In-Reply-To: <20171005201939.18300.25690.stgit@bhelgaas-glaptop.roam.corp.google.com> Sender: linux-parisc-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Bjorn Helgaas Cc: linux-pci@vger.kernel.org, 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 * Bjorn Helgaas wrote: > 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(-) Nice cleanups! For the whole series: Reviewed-by: Ingo Molnar Thanks, Ingo