diff options
Diffstat (limited to 'drivers/ide/falconide.c')
-rw-r--r-- | drivers/ide/falconide.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/falconide.c b/drivers/ide/falconide.c index bb0c86e976e4..6085feb1fae8 100644 --- a/drivers/ide/falconide.c +++ b/drivers/ide/falconide.c | |||
@@ -105,6 +105,7 @@ static const struct ide_port_info falconide_port_info = { | |||
105 | .tp_ops = &falconide_tp_ops, | 105 | .tp_ops = &falconide_tp_ops, |
106 | .host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_SERIALIZE | | 106 | .host_flags = IDE_HFLAG_MMIO | IDE_HFLAG_SERIALIZE | |
107 | IDE_HFLAG_NO_DMA, | 107 | IDE_HFLAG_NO_DMA, |
108 | .irq_flags = IRQF_SHARED, | ||
108 | }; | 109 | }; |
109 | 110 | ||
110 | static void __init falconide_setup_ports(hw_regs_t *hw) | 111 | static void __init falconide_setup_ports(hw_regs_t *hw) |