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@xxxxxxxxxxxxxx> Index: b/drivers/ide/ide_platform.c =================================================================== --- a/drivers/ide/ide_platform.c 2010-04-02 01:02:33.000000000 +0200 +++ b/drivers/ide/ide_platform.c 2010-04-08 16:04:21.000000000 +0200 @@ -95,6 +95,7 @@ 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; -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html