diff options
Diffstat (limited to 'drivers/ide/ppc')
-rw-r--r-- | drivers/ide/ppc/pmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c index 8f4080c73081..177961edc430 100644 --- a/drivers/ide/ppc/pmac.c +++ b/drivers/ide/ppc/pmac.c | |||
@@ -921,7 +921,6 @@ pmac_ide_do_resume(ide_hwif_t *hwif) | |||
921 | static const struct ide_port_info pmac_port_info = { | 921 | static const struct ide_port_info pmac_port_info = { |
922 | .chipset = ide_pmac, | 922 | .chipset = ide_pmac, |
923 | .host_flags = IDE_HFLAG_SET_PIO_MODE_KEEP_DMA | | 923 | .host_flags = IDE_HFLAG_SET_PIO_MODE_KEEP_DMA | |
924 | IDE_HFLAG_PIO_NO_DOWNGRADE | | ||
925 | IDE_HFLAG_POST_SET_MODE | | 924 | IDE_HFLAG_POST_SET_MODE | |
926 | IDE_HFLAG_NO_DMA | /* no SFF-style DMA */ | 925 | IDE_HFLAG_NO_DMA | /* no SFF-style DMA */ |
927 | IDE_HFLAG_UNMASK_IRQS, | 926 | IDE_HFLAG_UNMASK_IRQS, |