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>
Subject: Re: [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
Date: Fri, 6 Oct 2017 09:27:13 +0200 [thread overview]
Message-ID: <20171006072713.GP17578@axis.com> (raw)
In-Reply-To: <20171005203849.18300.20999.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> <linux/pci.h> defines struct pci_bus and struct pci_dev and includes the
> struct resource definition before including <asm/pci.h>. Nobody includes
> <asm/pci.h> directly, so they don't need their own declarations.
>
> Remove the redundant struct pci_dev, pci_bus, resource declarations.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> arch/alpha/include/asm/pci.h | 3 ---
> arch/cris/include/asm/pci.h | 2 --
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/ia64/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 | 7 -------
> arch/powerpc/include/asm/pci.h | 2 --
> arch/sh/include/asm/pci.h | 2 --
> arch/sparc/include/asm/pci_32.h | 2 --
> arch/xtensa/include/asm/pci.h | 2 --
> 11 files changed, 28 deletions(-)
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
WARNING: multiple messages have this Message-ID (diff)
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 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
Date: Fri, 06 Oct 2017 07:27:13 +0000 [thread overview]
Message-ID: <20171006072713.GP17578@axis.com> (raw)
In-Reply-To: <20171005203849.18300.20999.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> <linux/pci.h> defines struct pci_bus and struct pci_dev and includes the
> struct resource definition before including <asm/pci.h>. Nobody includes
> <asm/pci.h> directly, so they don't need their own declarations.
>
> Remove the redundant struct pci_dev, pci_bus, resource declarations.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> arch/alpha/include/asm/pci.h | 3 ---
> arch/cris/include/asm/pci.h | 2 --
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/ia64/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 | 7 -------
> arch/powerpc/include/asm/pci.h | 2 --
> arch/sh/include/asm/pci.h | 2 --
> arch/sparc/include/asm/pci_32.h | 2 --
> arch/xtensa/include/asm/pci.h | 2 --
> 11 files changed, 28 deletions(-)
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
WARNING: multiple messages have this Message-ID (diff)
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 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
Date: Fri, 6 Oct 2017 09:27:13 +0200 [thread overview]
Message-ID: <20171006072713.GP17578@axis.com> (raw)
In-Reply-To: <20171005203849.18300.20999.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> <linux/pci.h> defines struct pci_bus and struct pci_dev and includes the
> struct resource definition before including <asm/pci.h>. Nobody includes
> <asm/pci.h> directly, so they don't need their own declarations.
>
> Remove the redundant struct pci_dev, pci_bus, resource declarations.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> arch/alpha/include/asm/pci.h | 3 ---
> arch/cris/include/asm/pci.h | 2 --
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/ia64/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 | 7 -------
> arch/powerpc/include/asm/pci.h | 2 --
> arch/sh/include/asm/pci.h | 2 --
> arch/sparc/include/asm/pci_32.h | 2 --
> arch/xtensa/include/asm/pci.h | 2 --
> 11 files changed, 28 deletions(-)
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
WARNING: multiple messages have this Message-ID (diff)
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>,
Subject: Re: [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
Date: Fri, 6 Oct 2017 09:27:13 +0200 [thread overview]
Message-ID: <20171006072713.GP17578@axis.com> (raw)
In-Reply-To: <20171005203849.18300.20999.stgit@bhelgaas-glaptop.roam.corp.google.com>
On Thu, Oct 05, 2017 at 03:38:49PM -0500, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
>
> <linux/pci.h> defines struct pci_bus and struct pci_dev and includes the
> struct resource definition before including <asm/pci.h>. Nobody includes
> <asm/pci.h> directly, so they don't need their own declarations.
>
> Remove the redundant struct pci_dev, pci_bus, resource declarations.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
> ---
> arch/alpha/include/asm/pci.h | 3 ---
> arch/cris/include/asm/pci.h | 2 --
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/ia64/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 | 7 -------
> arch/powerpc/include/asm/pci.h | 2 --
> arch/sh/include/asm/pci.h | 2 --
> arch/sparc/include/asm/pci_32.h | 2 --
> arch/xtensa/include/asm/pci.h | 2 --
> 11 files changed, 28 deletions(-)
/^JN - Jesper Nilsson
--
Jesper Nilsson -- jesper.nilsson@axis.com
next prev parent reply other threads:[~2017-10-06 7:27 UTC|newest]
Thread overview: 48+ 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 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:57 ` Thomas Gleixner
2017-10-05 20:57 ` Thomas Gleixner
2017-10-05 20:57 ` Thomas Gleixner
2017-10-05 20:57 ` Thomas Gleixner
2017-10-06 7:28 ` Jesper Nilsson
2017-10-06 7:28 ` Jesper Nilsson
2017-10-06 7:28 ` Jesper Nilsson
2017-10-06 7:28 ` Jesper Nilsson
2017-10-09 13:10 ` Ralf Baechle
2017-10-09 13:10 ` Ralf Baechle
2017-10-09 13:10 ` Ralf Baechle
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-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-06 7:27 ` Jesper Nilsson [this message]
2017-10-06 7:27 ` Jesper Nilsson
2017-10-06 7:27 ` Jesper Nilsson
2017-10-06 7:27 ` Jesper Nilsson
2017-10-09 13:12 ` Ralf Baechle
2017-10-09 13:12 ` Ralf Baechle
2017-10-09 13:12 ` Ralf Baechle
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:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:38 ` Bjorn Helgaas
2017-10-05 20:57 ` Thomas Gleixner
2017-10-05 20:57 ` Thomas Gleixner
2017-10-05 20:57 ` Thomas Gleixner
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-05 20:39 ` Bjorn Helgaas
2017-10-05 20:39 ` Bjorn Helgaas
2017-10-05 20:39 ` Bjorn Helgaas
2017-10-07 8:58 ` [PATCH 0/4] PCI: Cleanup unused stuff Ingo Molnar
2017-10-07 8:58 ` Ingo Molnar
2017-10-07 8:58 ` Ingo Molnar
2017-10-07 8:58 ` 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=20171006072713.GP17578@axis.com \
--to=jesper.nilsson@axis.com \
--cc=benh@kernel.crashing.org \
--cc=dalias@libc.org \
--cc=deller@gmx.de \
--cc=dhowells@redhat.com \
--cc=fenghua.yu@intel.com \
--cc=helgaas@kernel.org \
--cc=hpa@zytor.com \
--cc=jcmvbkbc@gmail.com \
--cc=jejb@parisc-linux.org \
--cc=jespern@axis.com \
--cc=linux-am33-list@redhat.com \
--cc=linux-ia64@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-sh@vger.kernel.org \
--cc=linux-xtensa@linux-xtensa.org \
--cc=mattst88@gmail.com \
--cc=mingo@redhat.com \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=sparclinux@vger.kernel.org \
--cc=starvik@axis.com \
--cc=x86@kernel.org \
--cc=ysato@users.sourceforge.jp \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.