* [PATCH] ssb: pcicore compile fix
@ 2007-08-09 0:14 Michael Buesch
0 siblings, 0 replies; only message in thread
From: Michael Buesch @ 2007-08-09 0:14 UTC (permalink / raw)
To: John Linville; +Cc: aurelien, linux-wireless
From: Aurelien Jarno <aurelien@aurel32.net>
The patch below against 2.6.23-rc1-mm1 fixes the definition of
pcibios_map_irq in the SSB code. The corresponding include file has been
changed in commit 19df0d1169b3ddcc84933794d1401aaafe2f0000.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
diff -puN drivers/ssb/driver_pcicore.c~ssb-compile-fix drivers/ssb/driver_pcicore.c
--- a/drivers/ssb/driver_pcicore.c~ssb-compile-fix
+++ a/drivers/ssb/driver_pcicore.c
@@ -102,7 +102,7 @@ static void __init ssb_fixup_pcibridge(s
}
DECLARE_PCI_FIXUP_EARLY(PCI_ANY_ID, PCI_ANY_ID, ssb_fixup_pcibridge);
-int __init pcibios_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
+int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
{
return ssb_mips_irq(extpci_core->dev) + 2;
}
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-08-09 0:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-09 0:14 [PATCH] ssb: pcicore compile fix Michael Buesch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).