From: Yegor Yefremov Date: Thu, 15 Apr 2010 21:20:53 +0000 (-0700) Subject: IDE: pass IRQ flags to the IDE core X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ec1a123afdbe6a14ee93df03e2a829ad9884693e;p=linux-beck.git 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 Signed-off-by: David S. Miller --- 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;