diff options
author | Mike Frysinger <michael.frysinger@analog.com> | 2007-10-29 23:56:13 -0400 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-29 23:56:13 -0400 |
commit | 64e5c51291ec760e7fdb7628fe63690d1dc6aaf7 (patch) | |
tree | 9c1c05768ae90ce06c6c3108eebf9afff2656883 /arch | |
parent | be0f3131a9cc7239d438b5016643e3eb9c8d8c21 (diff) |
Blackfin arch: fix libata data struct member from irq_type to irq_flags
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf537/boards/stamp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index c18d85e8a0b6..5f7b91fbafe8 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -612,7 +612,7 @@ static struct platform_device bfin_sport1_uart_device = { | |||
612 | 612 | ||
613 | static struct pata_platform_info bfin_pata_platform_data = { | 613 | static struct pata_platform_info bfin_pata_platform_data = { |
614 | .ioport_shift = 1, | 614 | .ioport_shift = 1, |
615 | .irq_type = IRQF_TRIGGER_HIGH | IRQF_DISABLED, | 615 | .irq_flags = IRQF_TRIGGER_HIGH | IRQF_DISABLED, |
616 | }; | 616 | }; |
617 | 617 | ||
618 | static struct resource bfin_pata_resources[] = { | 618 | static struct resource bfin_pata_resources[] = { |