aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5139/rts51x_scsi.h
diff options
context:
space:
mode:
authorOleksij Rempel <bug-track@fisher-privat.net>2012-05-04 17:14:28 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-09 13:26:12 -0700
commitd66af05301c7859b676d95db915ebee4c8c01092 (patch)
tree7c400a152616136ee84f219408aa4eb56fd3f191 /drivers/staging/rts5139/rts51x_scsi.h
parentstaging: rts5139: remove disabled code in rts51x_scsi.c (diff)
downloadlinux-dev-d66af05301c7859b676d95db915ebee4c8c01092.tar.xz
linux-dev-d66af05301c7859b676d95db915ebee4c8c01092.zip
staging: rts5139: remove disabled code in rts51x_fop.*
Signed-off-by: Oleksij Rempel <bug-track@fisher-privat.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rts5139/rts51x_scsi.h')
-rw-r--r--drivers/staging/rts5139/rts51x_scsi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/rts5139/rts51x_scsi.h b/drivers/staging/rts5139/rts51x_scsi.h
index 3a8ca069b278..6ba727394fb9 100644
--- a/drivers/staging/rts5139/rts51x_scsi.h
+++ b/drivers/staging/rts5139/rts51x_scsi.h
@@ -150,11 +150,7 @@ int slave_alloc(struct scsi_device *sdev);
int slave_configure(struct scsi_device *sdev);
int proc_info(struct Scsi_Host *host, char *buffer,
char **start, off_t offset, int length, int inout);
-#if 0 /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 37) */
-int queuecommand(struct scsi_cmnd *srb, void (*done) (struct scsi_cmnd *));
-#else
int queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
-#endif
int command_abort(struct scsi_cmnd *srb);
int device_reset(struct scsi_cmnd *srb);
int bus_reset(struct scsi_cmnd *srb);