ide: replace ide_pci_device_t by struct ide_port_info
[deliverable/linux.git] / drivers / ide / pci / cs5535.c
index 5ac82ffa5c0916a2a2f74af9f5ebe39488dadec8..c94bd06667b9d91533e7fb3da2a34a53cb490c21 100644 (file)
@@ -186,7 +186,7 @@ static void __devinit init_hwif_cs5535(ide_hwif_t *hwif)
        hwif->cbl = cs5535_cable_detect(hwif->pci_dev);
 }
 
-static ide_pci_device_t cs5535_chipset __devinitdata = {
+static struct ide_port_info cs5535_chipset __devinitdata = {
        .name           = "CS5535",
        .init_hwif      = init_hwif_cs5535,
        .host_flags     = IDE_HFLAG_SINGLE | IDE_HFLAG_POST_SET_MODE |
This page took 0.035457 seconds and 5 git commands to generate.