ide: add struct ide_tp_ops (take 2)
[deliverable/linux.git] / drivers / ide / ide.c
index 961f31c648c99e008179fcb7e7299818bc6da7db..132b504168e99b0fcf376fe1fc81484dc425689b 100644 (file)
@@ -101,7 +101,7 @@ void ide_init_port_data(ide_hwif_t *hwif, unsigned int index)
 
        init_completion(&hwif->gendev_rel_comp);
 
-       default_hwif_transport(hwif);
+       hwif->tp_ops = &default_tp_ops;
 
        ide_port_init_devices_data(hwif);
 }
This page took 0.030323 seconds and 5 git commands to generate.