]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/ide/pci/ns87415.c
ide: replace ide_pci_device_t by struct ide_port_info
[mirror_ubuntu-zesty-kernel.git] / drivers / ide / pci / ns87415.c
index d21b58923829462f5074cc454479f9d00df6c3fc..f80be320cb99d8837a419d3623a8402dd1ec7a67 100644 (file)
@@ -260,7 +260,7 @@ static void __devinit init_hwif_ns87415 (ide_hwif_t *hwif)
        hwif->ide_dma_end = &ns87415_ide_dma_end;
 }
 
-static ide_pci_device_t ns87415_chipset __devinitdata = {
+static struct ide_port_info ns87415_chipset __devinitdata = {
        .name           = "NS87415",
 #ifdef CONFIG_SUPERIO
        .init_iops      = init_iops_ns87415,