Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linux
[linux-block.git] / include / scsi / scsi_host.h
index 9b0a028bf053af2e165ed255122343b4b16f527b..fcf25f1642a3a977eb60dda92a5bbad506eb30d9 100644 (file)
@@ -276,7 +276,7 @@ struct scsi_host_template {
         *
         * Status: OPTIONAL
         */
-       int (* map_queues)(struct Scsi_Host *shost);
+       void (* map_queues)(struct Scsi_Host *shost);
 
        /*
         * SCSI interface of blk_poll - poll for IO completions.