From: Jesper Nilsson <jesper.nilsson@axis•com>
To: Bjorn Helgaas <helgaas@kernel•org>
Cc: linux-pci@vger•kernel.org, linux-mips@linux-mips•org,
Rich Felker <dalias@libc•org>,
linux-ia64@vger•kernel.org, linux-sh@vger•kernel.org,
Benjamin Herrenschmidt <benh@kernel•crashing.org>,
David Howells <dhowells@redhat•com>,
Max Filippov <jcmvbkbc@gmail•com>,
Paul Mackerras <paulus@samba•org>,
"H. Peter Anvin" <hpa@zytor•com>,
sparclinux@vger•kernel.org, Jesper Nilsson <jespern@axis•com>,
linux-am33-list@redhat•com,
Yoshinori Sato <ysato@users•sourceforge.jp>,
Michael Ellerman <mpe@ellerman•id.au>,
Helge Deller <deller@gmx•de>,
x86@kernel•org, "James E.J. Bottomley" <jejb@parisc-linux•org>,
Ingo Molnar <mingo@redhat•com>, Matt Turner <mattst88@gmail•com>,
Fenghua Yu <fenghua.yu@intel•com>,
linux-xtensa@linux-xtensa•org, Mikael Starvik <starvik@axis•com>,
Ivan Kokshaysky <ink@jurassic•park.msu.ru>,
Thomas Gleixner <tglx@linutronix•de>,
Richard Henderson <rth@twiddle•net>,
Chris Zankel <chris@zankel•net>, Tony Luck <tony.luck@intel•com>,
linux-cris-kernel@axis•com, linux-parisc@vger•kernel.org,
Ralf Baechle <ralf@linux-mips•org>,
linux-alpha@vger•kernel.org, linuxppc-dev@lists•ozlabs.org,
"David S. Miller" <davem@davemloft•net>
Subject: Re: [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations
Date: Fri, 6 Oct 2017 09:28:27 +0200 [thread overview]
Message-ID: <20171006072827.GQ17578@axis.com> (raw)
In-Reply-To: <20171005203842.18300.67328.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Thu, Oct 05, 2017 at 03:38:42PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google•com>
>
> All users of pcibios_set_master() include <linux/pci.h>, which already has
> a declaration. Remove the unnecessary declarations from the <asm/pci.h>
> files.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google•com>
> ---
> arch/alpha/include/asm/pci.h | 2 --
> arch/cris/include/asm/pci.h | 1 -
For what it's worth, for the cris changes:
Acked-by: Jesper Nilsson <jesper.nilsson@axis•com>
> arch/frv/include/asm/pci.h | 2 --
> arch/mips/include/asm/pci.h | 2 --
> arch/mn10300/include/asm/pci.h | 2 --
> arch/parisc/include/asm/pci.h | 1 -
> arch/sh/include/asm/pci.h | 2 --
> arch/x86/include/asm/pci.h | 1 -
> 8 files changed, 13 deletions(-)
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis•com
next prev parent reply other threads:[~2017-10-06 7:39 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-05 20:38 [PATCH 0/4] PCI: Cleanup unused stuff Bjorn Helgaas
2017-10-05 20:38 ` [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations Bjorn Helgaas
2017-10-05 20:57 ` Thomas Gleixner
2017-10-06 7:28 ` Jesper Nilsson [this message]
2017-10-09 13:10 ` Ralf Baechle
2017-10-05 20:38 ` [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations Bjorn Helgaas
2017-10-06 7:27 ` Jesper Nilsson
2017-10-09 13:12 ` Ralf Baechle
2017-10-05 20:38 ` [PATCH 3/4] PCI: Remove unused declarations Bjorn Helgaas
2017-10-05 20:57 ` Thomas Gleixner
2017-10-05 20:39 ` [PATCH 4/4] alpha/PCI: Make pdev_save_srm_config() static Bjorn Helgaas
2017-10-07 8:58 ` [PATCH 0/4] PCI: Cleanup unused stuff Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171006072827.GQ17578@axis.com \
--to=jesper.nilsson@axis$(echo .)com \
--cc=benh@kernel$(echo .)crashing.org \
--cc=chris@zankel$(echo .)net \
--cc=dalias@libc$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=deller@gmx$(echo .)de \
--cc=dhowells@redhat$(echo .)com \
--cc=fenghua.yu@intel$(echo .)com \
--cc=helgaas@kernel$(echo .)org \
--cc=hpa@zytor$(echo .)com \
--cc=ink@jurassic$(echo .)park.msu.ru \
--cc=jcmvbkbc@gmail$(echo .)com \
--cc=jejb@parisc-linux$(echo .)org \
--cc=jespern@axis$(echo .)com \
--cc=linux-alpha@vger$(echo .)kernel.org \
--cc=linux-am33-list@redhat$(echo .)com \
--cc=linux-cris-kernel@axis$(echo .)com \
--cc=linux-ia64@vger$(echo .)kernel.org \
--cc=linux-mips@linux-mips$(echo .)org \
--cc=linux-parisc@vger$(echo .)kernel.org \
--cc=linux-pci@vger$(echo .)kernel.org \
--cc=linux-sh@vger$(echo .)kernel.org \
--cc=linux-xtensa@linux-xtensa$(echo .)org \
--cc=linuxppc-dev@lists$(echo .)ozlabs.org \
--cc=mattst88@gmail$(echo .)com \
--cc=mingo@redhat$(echo .)com \
--cc=mpe@ellerman$(echo .)id.au \
--cc=paulus@samba$(echo .)org \
--cc=ralf@linux-mips$(echo .)org \
--cc=rth@twiddle$(echo .)net \
--cc=sparclinux@vger$(echo .)kernel.org \
--cc=starvik@axis$(echo .)com \
--cc=tglx@linutronix$(echo .)de \
--cc=tony.luck@intel$(echo .)com \
--cc=x86@kernel$(echo .)org \
--cc=ysato@users$(echo .)sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox