ide: replace ide_pci_device_t by struct ide_port_info
[deliverable/linux.git] / drivers / ide / pci / siimage.c
index 732043b4deb8cb86d936bae63fa0b44d64165087..f066bc5bc07d850b469e7243fb54b22329e85dda 100644 (file)
@@ -905,7 +905,7 @@ static void __devinit init_hwif_siimage(ide_hwif_t *hwif)
                .udma_mask      = ATA_UDMA6,            \
        }
 
-static ide_pci_device_t siimage_chipsets[] __devinitdata = {
+static struct ide_port_info siimage_chipsets[] __devinitdata = {
        /* 0 */ DECLARE_SII_DEV("SiI680"),
        /* 1 */ DECLARE_SII_DEV("SiI3112 Serial ATA"),
        /* 2 */ DECLARE_SII_DEV("Adaptec AAR-1210SA")
This page took 0.027266 seconds and 5 git commands to generate.