ide: replace ide_pci_device_t by struct ide_port_info
[deliverable/linux.git] / drivers / ide / pci / slc90e66.c
index 4f22dffdf8ef634c674c1c857bbed2459f86a965..9352d0c8d0554803edecaaa0866bd39fd2581276 100644 (file)
@@ -146,7 +146,7 @@ static void __devinit init_hwif_slc90e66 (ide_hwif_t *hwif)
                hwif->cbl = (reg47 & mask) ? ATA_CBL_PATA40 : ATA_CBL_PATA80;
 }
 
-static ide_pci_device_t slc90e66_chipset __devinitdata = {
+static struct ide_port_info slc90e66_chipset __devinitdata = {
        .name           = "SLC90E66",
        .init_hwif      = init_hwif_slc90e66,
        .enablebits     = {{0x41,0x80,0x80}, {0x43,0x80,0x80}},
This page took 0.031958 seconds and 5 git commands to generate.