Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-23 Thread Bryant G. Ly
On 2/22/18 10:10 PM, Michael Ellerman wrote: > Bjorn Helgaas writes: > >> On Thu, Feb 08, 2018 at 09:05:45AM -0600, Bryant G. Ly wrote: >>> On 2/8/18 6:20 AM, Michael Ellerman wrote: >>> There's no reason pci_uevent_ers() needs to be inline in pci.h, so move it out

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-22 Thread Michael Ellerman
Bjorn Helgaas writes: > On Thu, Feb 08, 2018 at 09:05:45AM -0600, Bryant G. Ly wrote: >> >> On 2/8/18 6:20 AM, Michael Ellerman wrote: >> >> > There's no reason pci_uevent_ers() needs to be inline in pci.h, so >> > move it out to a C file. >> > >> > Given it's used by AER

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-22 Thread Michael Ellerman
Bjorn Helgaas writes: > On Thu, Feb 08, 2018 at 11:20:35PM +1100, Michael Ellerman wrote: >> There's no reason pci_uevent_ers() needs to be inline in pci.h, so >> move it out to a C file. >> >> Given it's used by AER the obvious location would be somewhere in >>

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-22 Thread Bjorn Helgaas
On Thu, Feb 08, 2018 at 11:20:35PM +1100, Michael Ellerman wrote: > There's no reason pci_uevent_ers() needs to be inline in pci.h, so > move it out to a C file. > > Given it's used by AER the obvious location would be somewhere in > drivers/pci/pcie/aer, but because it's also used by powerpc EEH

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-22 Thread Bjorn Helgaas
On Thu, Feb 08, 2018 at 09:05:45AM -0600, Bryant G. Ly wrote: > > On 2/8/18 6:20 AM, Michael Ellerman wrote: > > > There's no reason pci_uevent_ers() needs to be inline in pci.h, so > > move it out to a C file. > > > > Given it's used by AER the obvious location would be somewhere in > >

Re: [PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-08 Thread Bryant G. Ly
On 2/8/18 6:20 AM, Michael Ellerman wrote: > There's no reason pci_uevent_ers() needs to be inline in pci.h, so > move it out to a C file. > > Given it's used by AER the obvious location would be somewhere in > drivers/pci/pcie/aer, but because it's also used by powerpc EEH code > unfortunately

[PATCH] PCI/AER: Move pci_uevent_ers() out of pci.h

2018-02-08 Thread Michael Ellerman
There's no reason pci_uevent_ers() needs to be inline in pci.h, so move it out to a C file. Given it's used by AER the obvious location would be somewhere in drivers/pci/pcie/aer, but because it's also used by powerpc EEH code unfortunately that doesn't work in the case where EEH is enabled but