Skip to content

Commit

Permalink
staging: rts5139: remove unsued *host_info in rts51x_scsi.c
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net>
Acked-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Oleksij Rempel authored and Greg Kroah-Hartman committed May 10, 2012
1 parent f04f107 commit 12ed793
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions drivers/staging/rts5139/rts51x_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
/*
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/rts5139/rts51x_scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 12ed793

Please sign in to comment.