All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ralf Baechle <ralf@linux-mips.org>
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 <jesper.nilsson@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 <starv>
Subject: Re: [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
Date: Mon, 9 Oct 2017 15:12:27 +0200	[thread overview]
Message-ID: <20171009131227.GG20977@linux-mips.org> (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>

For MIPS:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
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 <jesper.nilsson@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,
	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: Mon, 09 Oct 2017 13:12:27 +0000	[thread overview]
Message-ID: <20171009131227.GG20977@linux-mips.org> (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>

For MIPS:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
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 <jesper.nilsson@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,
	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: Mon, 9 Oct 2017 15:12:27 +0200	[thread overview]
Message-ID: <20171009131227.GG20977@linux-mips.org> (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>

For MIPS:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

WARNING: multiple messages have this Message-ID (diff)
From: Ralf Baechle <ralf@linux-mips.org>
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 <jesper.nilsson@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 <starv
Subject: Re: [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
Date: Mon, 9 Oct 2017 15:12:27 +0200	[thread overview]
Message-ID: <20171009131227.GG20977@linux-mips.org> (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>

For MIPS:

Acked-by: Ralf Baechle <ralf@linux-mips.org>

  Ralf

  parent reply	other threads:[~2017-10-09 13:12 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
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 [this message]
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=20171009131227.GG20977@linux-mips.org \
    --to=ralf@linux-mips.org \
    --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=jesper.nilsson@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=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.