[BLOCK] Get rid of request_queue_t typedef
[deliverable/linux.git] / drivers / ide / ide-probe.c
index 5a4c5ea12f896e1aea012232ef739ea983336116..3a2a9a338fd94a191474689acb7576c36308d880 100644 (file)
@@ -945,7 +945,7 @@ static void save_match(ide_hwif_t *hwif, ide_hwif_t *new, ide_hwif_t **match)
  */
 static int ide_init_queue(ide_drive_t *drive)
 {
-       request_queue_t *q;
+       struct request_queue *q;
        ide_hwif_t *hwif = HWIF(drive);
        int max_sectors = 256;
        int max_sg_entries = PRD_ENTRIES;
This page took 0.026569 seconds and 5 git commands to generate.