Signed-off-by: Oleksij Rempel <[email protected]>
---
 drivers/staging/rts5139/rts51x_scsi.c |    5 -----
 drivers/staging/rts5139/rts51x_scsi.h |    1 -
 2 files changed, 6 deletions(-)

diff --git a/drivers/staging/rts5139/rts51x_scsi.c 
b/drivers/staging/rts5139/rts51x_scsi.c
index bf8245f..a5c7a06 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)
  * 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)
 {
        /*
diff --git a/drivers/staging/rts5139/rts51x_scsi.h 
b/drivers/staging/rts5139/rts51x_scsi.h
index 6ba7273..060d2c2 100644
--- a/drivers/staging/rts5139/rts51x_scsi.h
+++ b/drivers/staging/rts5139/rts51x_scsi.h
@@ -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,
-- 
1.7.9.5

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to