Skip to content

Commit

Permalink
SH: SE7751: Fix pcibios_map_platform_irq prototype.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Ralf Baechle authored and Paul Mundt committed May 23, 2011
1 parent d39e17c commit 116ceec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/drivers/pci/fixups-se7751.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 116ceec

Please sign in to comment.