From patchwork Fri May 13 12:17:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ralf Baechle X-Patchwork-Id: 782862 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p4DCGLEZ000825 for ; Fri, 13 May 2011 12:16:21 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758594Ab1EMMQV (ORCPT ); Fri, 13 May 2011 08:16:21 -0400 Received: from h5.dl5rb.org.uk ([81.2.74.5]:33311 "EHLO duck.linux-mips.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1758592Ab1EMMQU (ORCPT ); Fri, 13 May 2011 08:16:20 -0400 Received: from duck.linux-mips.net (duck.linux-mips.net [127.0.0.1]) by duck.linux-mips.net (8.14.4/8.14.3) with ESMTP id p4DCHlTs022602; Fri, 13 May 2011 13:17:47 +0100 Received: (from ralf@localhost) by duck.linux-mips.net (8.14.4/8.14.4/Submit) id p4DCHk2F022600; Fri, 13 May 2011 13:17:46 +0100 Date: Fri, 13 May 2011 13:17:46 +0100 From: Ralf Baechle To: Paul Mundt Cc: linux-sh@vger.kernel.org Subject: [PATCH] SH: SE7751: Fix pcibios_map_platform_irq prototype. Message-ID: <20110513121746.GA21764@linux-mips.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 13 May 2011 12:16:22 +0000 (UTC) Signed-off-by: Ralf Baechle arch/sh/drivers/pci/fixups-se7751.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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 #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;