ide: replace ide_pci_device_t by struct ide_port_info
[deliverable/linux.git] / drivers / ide / pci / cy82c693.c
index e70ffa90aefe89045944a123519dbdeb66dd882e..c1adc1ba854c6b447004231ff8d1d3b8e8f83942 100644 (file)
@@ -448,7 +448,7 @@ static void __devinit init_iops_cy82c693(ide_hwif_t *hwif)
        }
 }
 
-static ide_pci_device_t cy82c693_chipset __devinitdata = {
+static struct ide_port_info cy82c693_chipset __devinitdata = {
        .name           = "CY82C693",
        .init_chipset   = init_chipset_cy82c693,
        .init_iops      = init_iops_cy82c693,
This page took 0.024795 seconds and 5 git commands to generate.