]> git.ipfire.org Git - thirdparty/linux.git/commit - include/linux/pci.h
OF: PCI: const usage needed by MIPS
authorJohn Crispin <blogic@openwrt.org>
Thu, 12 Apr 2012 15:33:07 +0000 (17:33 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 21 May 2012 13:31:48 +0000 (14:31 +0100)
commit3df425f316fb5c5e90236ff22b6e6616b3516af0
tree317262c260132ed136c57a28662f0b8cbd4c4075
parent6697c6933048aabe94f0049070f7ec09cd52baa8
OF: PCI: const usage needed by MIPS

On MIPS we want to call of_irq_map_pci from inside

arch/mips/include/asm/pci.h:extern int pcibios_map_irq(
const struct pci_dev *dev, u8 slot, u8 pin);
For this to work we need to change several functions to const usage.

Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-pci@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Cc: linux-mips@linux-mips.org
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Patchwork: https://patchwork.linux-mips.org/patch/3710/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/of/of_pci_irq.c
drivers/pci/pci.c
include/linux/of_pci.h
include/linux/pci.h