* [PATCH] SH: SE7751: Fix pcibios_map_platform_irq prototype.
@ 2011-05-13 12:17 Ralf Baechle
0 siblings, 0 replies; only message in thread
From: Ralf Baechle @ 2011-05-13 12:17 UTC (permalink / raw)
To: linux-sh
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/sh/drivers/pci/fixups-se7751.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sh/drivers/pci/fixups-se7751.c b/arch/sh/drivers/pci/fixups-se7751.c
index a4c7d3a..fd3e6b0 100644
--- a/arch/sh/drivers/pci/fixups-se7751.c
+++ b/arch/sh/drivers/pci/fixups-se7751.c
@@ -6,7 +6,7 @@
#include <linux/io.h>
#include "pci-sh4.h"
-int __init pcibios_map_platform_irq(u8 slot, u8 pin)
+int __init pcibios_map_platform_irq(struct pci_dev *, u8 slot, u8 pin)
{
switch (slot) {
case 0: return 13;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2011-05-13 12:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13 12:17 [PATCH] SH: SE7751: Fix pcibios_map_platform_irq prototype Ralf Baechle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.