Re: [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations

2017-10-09 Thread Ralf Baechle
On Thu, Oct 05, 2017 at 03:38:42PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > All users of pcibios_set_master() include , which already has > a declaration. Remove the unnecessary declarations from the > files. > > Signed-off-by: Bjorn Helgaas > --- > arch/alpha/include/asm/pci.h

Re: [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations

2017-10-06 Thread Jesper Nilsson
On Thu, Oct 05, 2017 at 03:38:42PM -0500, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > All users of pcibios_set_master() include , which already has > a declaration. Remove the unnecessary declarations from the > files. > > Signed-off-by: Bjorn Helgaas > --- > arch/alpha/include/asm/pci.h

Re: [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations

2017-10-05 Thread Thomas Gleixner
On Thu, 5 Oct 2017, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > All users of pcibios_set_master() include , which already has > a declaration. Remove the unnecessary declarations from the > files. > > Signed-off-by: Bjorn Helgaas Reviewed-by: Thomas Gleixner

[PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations

2017-10-05 Thread Bjorn Helgaas
From: Bjorn Helgaas All users of pcibios_set_master() include , which already has a declaration. Remove the unnecessary declarations from the files. Signed-off-by: Bjorn Helgaas --- arch/alpha/include/asm/pci.h |2 -- arch/cris/include/asm/pci.h|1 - arch/frv/include/asm/pci.h