diff options
Diffstat (limited to 'include/scsi/scsi_device.h')
-rw-r--r-- | include/scsi/scsi_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h index 2f3c5b8b1d6a..d5057bc338ff 100644 --- a/include/scsi/scsi_device.h +++ b/include/scsi/scsi_device.h | |||
@@ -209,7 +209,6 @@ extern struct scsi_device *__scsi_add_device(struct Scsi_Host *, | |||
209 | extern int scsi_add_device(struct Scsi_Host *host, uint channel, | 209 | extern int scsi_add_device(struct Scsi_Host *host, uint channel, |
210 | uint target, uint lun); | 210 | uint target, uint lun); |
211 | extern void scsi_remove_device(struct scsi_device *); | 211 | extern void scsi_remove_device(struct scsi_device *); |
212 | extern int scsi_device_cancel(struct scsi_device *, int); | ||
213 | 212 | ||
214 | extern int scsi_device_get(struct scsi_device *); | 213 | extern int scsi_device_get(struct scsi_device *); |
215 | extern void scsi_device_put(struct scsi_device *); | 214 | extern void scsi_device_put(struct scsi_device *); |
@@ -287,6 +286,7 @@ extern void scsi_target_block(struct device *); | |||
287 | extern void scsi_target_unblock(struct device *); | 286 | extern void scsi_target_unblock(struct device *); |
288 | extern void scsi_remove_target(struct device *); | 287 | extern void scsi_remove_target(struct device *); |
289 | extern void int_to_scsilun(unsigned int, struct scsi_lun *); | 288 | extern void int_to_scsilun(unsigned int, struct scsi_lun *); |
289 | extern int scsilun_to_int(struct scsi_lun *); | ||
290 | extern const char *scsi_device_state_name(enum scsi_device_state); | 290 | extern const char *scsi_device_state_name(enum scsi_device_state); |
291 | extern int scsi_is_sdev_device(const struct device *); | 291 | extern int scsi_is_sdev_device(const struct device *); |
292 | extern int scsi_is_target_device(const struct device *); | 292 | extern int scsi_is_target_device(const struct device *); |