diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-06-17 14:43:34 -0500 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-06-17 14:43:34 -0500 |
commit | 8221a013528597edc18d371b22667e8eefca599b (patch) | |
tree | fba180ad1241e6acb75f4ef93f4d3ce9bff03f01 /arch/sparc/include/asm/pci_64.h | |
parent | c444a2be22144d23dae10821868e6073d3e3ef29 (diff) | |
download | linux-stable-8221a013528597edc18d371b22667e8eefca599b.tar.gz linux-stable-8221a013528597edc18d371b22667e8eefca599b.tar.bz2 linux-stable-8221a013528597edc18d371b22667e8eefca599b.zip |
PCI: Unify pci_resource_to_user() declarations
Replace the pci_resource_to_user() declarations in each arch that defines
HAVE_ARCH_PCI_RESOURCE_TO_USER with a single one in linux/pci.h.
Change the MIPS static inline implementation to a non-inline version so the
static inline doesn't conflict with the new non-static linux/pci.h
declaration.
No functional change intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'arch/sparc/include/asm/pci_64.h')
-rw-r--r-- | arch/sparc/include/asm/pci_64.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/pci_64.h b/arch/sparc/include/asm/pci_64.h index 022d16008a00..2303635158f5 100644 --- a/arch/sparc/include/asm/pci_64.h +++ b/arch/sparc/include/asm/pci_64.h @@ -55,9 +55,6 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel) } #define HAVE_ARCH_PCI_RESOURCE_TO_USER -void pci_resource_to_user(const struct pci_dev *dev, int bar, - const struct resource *rsrc, - resource_size_t *start, resource_size_t *end); #endif /* __KERNEL__ */ #endif /* __SPARC64_PCI_H */ |