[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080207231226.GD7198@cs181133002.pp.htv.fi>
Date: Fri, 8 Feb 2008 01:12:26 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
geert@...ux-m68k.org
Cc: linux-m68k@...ts.linux-m68k.org, linux-kernel@...r.kernel.org,
linux-ide@...r.kernel.org
Subject: [2.6 patch] fix ide/legacy/gayle.c compilation
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
deb88131c2fcc3076121597463153979aba9062d diff --git a/drivers/ide/legacy/gayle.c b/drivers/ide/legacy/gayle.c
index 9d3851d..b7d8109 100644
--- a/drivers/ide/legacy/gayle.c
+++ b/drivers/ide/legacy/gayle.c
@@ -94,7 +94,7 @@ static int gayle_ack_intr_a1200(ide_hwif_t *hwif)
static void __init gayle_setup_ports(hw_regs_t *hw, unsigned long base,
unsigned long ctl, unsigned long irq_port,
- ide_ack_intr_t *ack_intr);
+ ide_ack_intr_t *ack_intr)
{
int i;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists