Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12ed793e authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Greg Kroah-Hartman
Browse files

staging: rts5139: remove unsued *host_info in rts51x_scsi.c

parent f04f107d
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1923,11 +1923,6 @@ int rts51x_scsi_handler(struct scsi_cmnd *srb, struct rts51x_chip *chip)
 * Host functions
 ***********************************************************************/

const char *host_info(struct Scsi_Host *host)
{
	return "SCSI emulation for RTS51xx USB driver-based card reader";
}

int slave_alloc(struct scsi_device *sdev)
{
	/*
+0 −1
Original line number Diff line number Diff line
@@ -145,7 +145,6 @@ struct Scsi_Host;
struct scsi_device;
struct scsi_cmnd;

const char *host_info(struct Scsi_Host *host);
int slave_alloc(struct scsi_device *sdev);
int slave_configure(struct scsi_device *sdev);
int proc_info(struct Scsi_Host *host, char *buffer,