ide: replace ide_pci_device_t by struct ide_port_info
[deliverable/linux.git] / drivers / ide / pci / sc1200.c
index b2423e03bf367c590db26e766ca817b9306e563b..bebe18a7aed9080c59bf071e5701fb4ae2f0be25 100644 (file)
@@ -372,7 +372,7 @@ static void __devinit init_hwif_sc1200 (ide_hwif_t *hwif)
        hwif->ide_dma_end   = &sc1200_ide_dma_end;
 }
 
-static ide_pci_device_t sc1200_chipset __devinitdata = {
+static struct ide_port_info sc1200_chipset __devinitdata = {
        .name           = "SC1200",
        .init_hwif      = init_hwif_sc1200,
        .host_flags     = IDE_HFLAG_SERIALIZE |
This page took 0.024843 seconds and 5 git commands to generate.