提交 116ceec2 编写于 作者: R Ralf Baechle 提交者: Paul Mundt

SH: SE7751: Fix pcibios_map_platform_irq prototype.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 d39e17c7
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册