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 -
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(-)
For MIPS:
Acked-by: Ralf Baechle <redacted>
Ralf