scsi: gvp11: Remove unused gvp11_setup() function
authorArnd Bergmann <arnd@arndb.de>
Thu, 10 Aug 2023 14:19:29 +0000 (16:19 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Mon, 21 Aug 2023 20:37:11 +0000 (16:37 -0400)
This function has no declaration, which causes a warning:

drivers/scsi/gvp11.c:53:6: error: no previous prototype for 'gvp11_setup' [-Werror=missing-prototypes]

Since there is also no caller, just remove the function.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20230810141947.1236730-12-arnd@kernel.org
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Palmer Dabbelt <palmer@rivosinc.com> # RISC-V
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/gvp11.c

index d2eddad..0420bfe 100644 (file)
@@ -50,11 +50,6 @@ static irqreturn_t gvp11_intr(int irq, void *data)
 
 static int gvp11_xfer_mask = 0;
 
-void gvp11_setup(char *str, int *ints)
-{
-       gvp11_xfer_mask = ints[1];
-}
-
 static int dma_setup(struct scsi_cmnd *cmd, int dir_in)
 {
        struct scsi_pointer *scsi_pointer = WD33C93_scsi_pointer(cmd);