aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2010-04-15 14:20:53 -0700
committerDavid S. Miller <davem@davemloft.net>2010-04-15 14:20:53 -0700
commitec1a123afdbe6a14ee93df03e2a829ad9884693e (patch)
treeeeeecf6958fa5f72c8c239ea6fd07319e7a264ae /drivers/ide
parentide: fix comment typo in ide.h (diff)
downloadlinux-dev-ec1a123afdbe6a14ee93df03e2a829ad9884693e.tar.xz
linux-dev-ec1a123afdbe6a14ee93df03e2a829ad9884693e.zip
IDE: pass IRQ flags to the IDE core
This enables shared IRQs and other features to be used with platform devices Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/ide_platform.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/ide_platform.c b/drivers/ide/ide_platform.c
index 42965b3e30b9..542603b394e4 100644
--- a/drivers/ide/ide_platform.c
+++ b/drivers/ide/ide_platform.c
@@ -95,6 +95,7 @@ static int __devinit plat_ide_probe(struct platform_device *pdev)
plat_ide_setup_ports(&hw, base, alt_base, pdata, res_irq->start);
hw.dev = &pdev->dev;
+ d.irq_flags = res_irq->flags;
if (mmio)
d.host_flags |= IDE_HFLAG_MMIO;