]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - drivers/ide/ide-probe.c
[BLOCK] Get rid of request_queue_t typedef
[mirror_ubuntu-eoan-kernel.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;