diff options
Diffstat (limited to 'drivers/ide/pci/cy82c693.c')
-rw-r--r-- | drivers/ide/pci/cy82c693.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/pci/cy82c693.c b/drivers/ide/pci/cy82c693.c index 103b9db97853..995b72563613 100644 --- a/drivers/ide/pci/cy82c693.c +++ b/drivers/ide/pci/cy82c693.c | |||
@@ -483,9 +483,9 @@ static ide_pci_device_t cy82c693_chipset __devinitdata = { | |||
483 | .init_chipset = init_chipset_cy82c693, | 483 | .init_chipset = init_chipset_cy82c693, |
484 | .init_iops = init_iops_cy82c693, | 484 | .init_iops = init_iops_cy82c693, |
485 | .init_hwif = init_hwif_cy82c693, | 485 | .init_hwif = init_hwif_cy82c693, |
486 | .channels = 1, | ||
487 | .autodma = AUTODMA, | 486 | .autodma = AUTODMA, |
488 | .bootable = ON_BOARD, | 487 | .bootable = ON_BOARD, |
488 | .host_flags = IDE_HFLAG_SINGLE, | ||
489 | }; | 489 | }; |
490 | 490 | ||
491 | static int __devinit cy82c693_init_one(struct pci_dev *dev, const struct pci_device_id *id) | 491 | static int __devinit cy82c693_init_one(struct pci_dev *dev, const struct pci_device_id *id) |