Blackfin arch: fix libata data struct member from irq_type to irq_flags
authorMike Frysinger <michael.frysinger@analog.com>
Tue, 30 Oct 2007 03:56:13 +0000 (11:56 +0800)
committerBryan Wu <bryan.wu@analog.com>
Tue, 30 Oct 2007 03:56:13 +0000 (11:56 +0800)
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
arch/blackfin/mach-bf537/boards/stamp.c

index c18d85e..5f7b91f 100644 (file)
@@ -612,7 +612,7 @@ static struct platform_device bfin_sport1_uart_device = {
 
 static struct pata_platform_info bfin_pata_platform_data = {
        .ioport_shift = 1,
-       .irq_type = IRQF_TRIGGER_HIGH | IRQF_DISABLED,
+       .irq_flags = IRQF_TRIGGER_HIGH | IRQF_DISABLED,
 };
 
 static struct resource bfin_pata_resources[] = {