diff options
author | Oleksij Rempel <bug-track@fisher-privat.net> | 2012-05-10 03:59:21 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-10 12:57:16 -0400 |
commit | 12ed793e355726cf3a834c30c8ddd0ae1e8f7a94 (patch) | |
tree | 965a97751cae7d518a25be50aef83efba37f3125 | |
parent | f04f107db843819f0aa1649c4b0340fead28c5c6 (diff) |
staging: rts5139: remove unsued *host_info in rts51x_scsi.c
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>
-rw-r--r-- | drivers/staging/rts5139/rts51x_scsi.c | 5 | ||||
-rw-r--r-- | drivers/staging/rts5139/rts51x_scsi.h | 1 |
2 files changed, 0 insertions, 6 deletions
diff --git a/drivers/staging/rts5139/rts51x_scsi.c b/drivers/staging/rts5139/rts51x_scsi.c index bf8245fca9c4..a5c7a063e386 100644 --- a/drivers/staging/rts5139/rts51x_scsi.c +++ b/drivers/staging/rts5139/rts51x_scsi.c | |||
@@ -1923,11 +1923,6 @@ int rts51x_scsi_handler(struct scsi_cmnd *srb, struct rts51x_chip *chip) | |||
1923 | * Host functions | 1923 | * Host functions |
1924 | ***********************************************************************/ | 1924 | ***********************************************************************/ |
1925 | 1925 | ||
1926 | const char *host_info(struct Scsi_Host *host) | ||
1927 | { | ||
1928 | return "SCSI emulation for RTS51xx USB driver-based card reader"; | ||
1929 | } | ||
1930 | |||
1931 | int slave_alloc(struct scsi_device *sdev) | 1926 | int slave_alloc(struct scsi_device *sdev) |
1932 | { | 1927 | { |
1933 | /* | 1928 | /* |
diff --git a/drivers/staging/rts5139/rts51x_scsi.h b/drivers/staging/rts5139/rts51x_scsi.h index 6ba727394fb9..060d2c2e77ec 100644 --- a/drivers/staging/rts5139/rts51x_scsi.h +++ b/drivers/staging/rts5139/rts51x_scsi.h | |||
@@ -145,7 +145,6 @@ struct Scsi_Host; | |||
145 | struct scsi_device; | 145 | struct scsi_device; |
146 | struct scsi_cmnd; | 146 | struct scsi_cmnd; |
147 | 147 | ||
148 | const char *host_info(struct Scsi_Host *host); | ||
149 | int slave_alloc(struct scsi_device *sdev); | 148 | int slave_alloc(struct scsi_device *sdev); |
150 | int slave_configure(struct scsi_device *sdev); | 149 | int slave_configure(struct scsi_device *sdev); |
151 | int proc_info(struct Scsi_Host *host, char *buffer, | 150 | int proc_info(struct Scsi_Host *host, char *buffer, |