diff options
| author | Ralf Baechle <ralf@linux-mips.org> | 2011-05-13 08:17:46 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@linux-sh.org> | 2011-05-23 01:46:36 -0400 |
| commit | 116ceec20069f5bab507eab817e56a4b60480845 (patch) | |
| tree | fbd7befe860625975a2c6c611cf76e2006dcad2a | |
| parent | d39e17c7f8f8fb4012618d25ddc4436407b174a6 (diff) | |
SH: SE7751: Fix pcibios_map_platform_irq prototype.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
| -rw-r--r-- | 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 a4c7d3a4efca..fd3e6b02f289 100644 --- a/arch/sh/drivers/pci/fixups-se7751.c +++ b/arch/sh/drivers/pci/fixups-se7751.c | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | #include <linux/io.h> | 6 | #include <linux/io.h> |
| 7 | #include "pci-sh4.h" | 7 | #include "pci-sh4.h" |
| 8 | 8 | ||
| 9 | int __init pcibios_map_platform_irq(u8 slot, u8 pin) | 9 | int __init pcibios_map_platform_irq(struct pci_dev *, u8 slot, u8 pin) |
| 10 | { | 10 | { |
| 11 | switch (slot) { | 11 | switch (slot) { |
| 12 | case 0: return 13; | 12 | case 0: return 13; |
