aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci/fixup-tx4938.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-07-31[MIPS] rbtx4938: Fix warningsAtsushi Nemoto1-1/+1
linux/arch/mips/pci/fixup-tx4938.c:21:5: warning: symbol 'pci_get_irq' was not declared. Should it be static? linux/arch/mips/pci/fixup-tx4938.c:76: warning: passing argument 1 of 'pci_get_irq' discards qualifiers from pointer target type Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-07-10[MIPS] PCI: Make dev pointer argument of pcibios_map_irq const.Ralf Baechle1-1/+1
This is to break the code of people who think they are supposed to scribble into the pci device structure - it's off limits. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2005-10-29Support for Toshiba's RBHMA4500 eval board for the TX4938.Ralf Baechle1-0/+92
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>