X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fide%2Fpci%2Fcs5520.h;h=339530613a7f985fe1fdaf6a0988abaaa3e2a98d;hb=5237fac468d9ad78bc9c09d26426b3425b876540;hp=21e8cb39db4a00c8b04ec9a8a46be5051301ca07;hpb=86090fcac5e27b630656fe3d963a6b80e26dac44;p=linux-2.6.git diff --git a/drivers/ide/pci/cs5520.h b/drivers/ide/pci/cs5520.h index 21e8cb39d..339530613 100644 --- a/drivers/ide/pci/cs5520.h +++ b/drivers/ide/pci/cs5520.h @@ -18,13 +18,11 @@ static ide_pci_device_t cyrix_chipsets[] __devinitdata = { .name = "Cyrix 5510", .init_chipset = init_chipset_cs5520, .init_setup_dma = cs5520_init_setup_dma, - .init_iops = NULL, .init_hwif = init_hwif_cs5520, .isa_ports = 1, .channels = 2, .autodma = AUTODMA, .bootable = ON_BOARD, - .extra = 0, }, { .vendor = PCI_VENDOR_ID_CYRIX, @@ -32,13 +30,11 @@ static ide_pci_device_t cyrix_chipsets[] __devinitdata = { .name = "Cyrix 5520", .init_chipset = init_chipset_cs5520, .init_setup_dma = cs5520_init_setup_dma, - .init_iops = NULL, .init_hwif = init_hwif_cs5520, .isa_ports = 1, .channels = 2, .autodma = AUTODMA, .bootable = ON_BOARD, - .extra = 0, } };