Commit d66af053 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Greg Kroah-Hartman

staging: rts5139: remove disabled code in rts51x_fop.*

Signed-off-by: default avatarOleksij Rempel <bug-track@fisher-privat.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d705b84c
...@@ -234,12 +234,7 @@ ssize_t rts51x_write(struct file *filp, const char __user *buf, size_t count, ...@@ -234,12 +234,7 @@ ssize_t rts51x_write(struct file *filp, const char __user *buf, size_t count,
return 0; return 0;
} }
#if 0 /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) */
int rts51x_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
unsigned long arg)
#else
long rts51x_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) long rts51x_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
#endif
{ {
struct rts51x_chip *chip; struct rts51x_chip *chip;
struct sd_direct_cmnd cmnd; struct sd_direct_cmnd cmnd;
......
...@@ -50,12 +50,7 @@ ssize_t rts51x_read(struct file *filp, char __user *buf, size_t count, ...@@ -50,12 +50,7 @@ ssize_t rts51x_read(struct file *filp, char __user *buf, size_t count,
loff_t *f_pos); loff_t *f_pos);
ssize_t rts51x_write(struct file *filp, const char __user *buf, size_t count, ssize_t rts51x_write(struct file *filp, const char __user *buf, size_t count,
loff_t *f_pos); loff_t *f_pos);
#if 0 /* LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 36) */
int rts51x_ioctl(struct inode *inode, struct file *filp, unsigned int cmd,
unsigned long arg);
#else
long rts51x_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); long rts51x_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
#endif
#endif #endif
......
...@@ -150,11 +150,7 @@ int slave_alloc(struct scsi_device *sdev); ...@@ -150,11 +150,7 @@ int slave_alloc(struct scsi_device *sdev);
int slave_configure(struct scsi_device *sdev); int slave_configure(struct scsi_device *sdev);
int proc_info(struct Scsi_Host *host, char *buffer, int proc_info(struct Scsi_Host *host, char *buffer,
char **start, off_t offset, int length, int inout); 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 *); int queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
#endif
int command_abort(struct scsi_cmnd *srb); int command_abort(struct scsi_cmnd *srb);
int device_reset(struct scsi_cmnd *srb); int device_reset(struct scsi_cmnd *srb);
int bus_reset(struct scsi_cmnd *srb); int bus_reset(struct scsi_cmnd *srb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment