]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ide/pci/alim15x3.c
ide: replace ide_pci_device_t by struct ide_port_info
[linux-2.6-omap-h63xx.git] / drivers / ide / pci / alim15x3.c
index fe816fd67669f646a0cba3c06c66a8897a944781..db6b567c1ad72cc500d9246568b28cc369d79146 100644 (file)
@@ -746,7 +746,7 @@ static void __devinit init_dma_ali15x3 (ide_hwif_t *hwif, unsigned long dmabase)
        ide_setup_dma(hwif, dmabase, 8);
 }
 
-static ide_pci_device_t ali15x3_chipset __devinitdata = {
+static struct ide_port_info ali15x3_chipset __devinitdata = {
        .name           = "ALI15X3",
        .init_chipset   = init_chipset_ali15x3,
        .init_hwif      = init_hwif_ali15x3,
@@ -772,7 +772,7 @@ static int __devinit alim15x3_init_one(struct pci_dev *dev, const struct pci_dev
                { },
        };
 
-       ide_pci_device_t d = ali15x3_chipset;
+       struct ide_port_info d = ali15x3_chipset;
        u8 rev = dev->revision;
 
        if (pci_dev_present(ati_rs100))