diff options
Diffstat (limited to 'drivers/ide/pci/it8213.c')
| -rw-r--r-- | drivers/ide/pci/it8213.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/pci/it8213.c b/drivers/ide/pci/it8213.c index ff48c23e571e..684b0ec79f41 100644 --- a/drivers/ide/pci/it8213.c +++ b/drivers/ide/pci/it8213.c | |||
| @@ -272,10 +272,10 @@ static void __devinit init_hwif_it8213(ide_hwif_t *hwif) | |||
| 272 | { \ | 272 | { \ |
| 273 | .name = name_str, \ | 273 | .name = name_str, \ |
| 274 | .init_hwif = init_hwif_it8213, \ | 274 | .init_hwif = init_hwif_it8213, \ |
| 275 | .channels = 1, \ | ||
| 276 | .autodma = AUTODMA, \ | 275 | .autodma = AUTODMA, \ |
| 277 | .enablebits = {{0x41,0x80,0x80}}, \ | 276 | .enablebits = {{0x41,0x80,0x80}}, \ |
| 278 | .bootable = ON_BOARD, \ | 277 | .bootable = ON_BOARD, \ |
| 278 | .host_flags = IDE_HFLAG_SINGLE, \ | ||
| 279 | } | 279 | } |
| 280 | 280 | ||
| 281 | static ide_pci_device_t it8213_chipsets[] __devinitdata = { | 281 | static ide_pci_device_t it8213_chipsets[] __devinitdata = { |
