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>

authored by Yegor Yefremov and committed by David S. Miller ec1a123a 54a4ec46

+1
+1
drivers/ide/ide_platform.c
··· 95 95 plat_ide_setup_ports(&hw, base, alt_base, pdata, res_irq->start); 96 96 hw.dev = &pdev->dev; 97 97 98 + d.irq_flags = res_irq->flags; 98 99 if (mmio) 99 100 d.host_flags |= IDE_HFLAG_MMIO; 100 101