diff options
Diffstat (limited to 'drivers/s390/char/tape.h')
-rw-r--r-- | drivers/s390/char/tape.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/char/tape.h b/drivers/s390/char/tape.h index 01d865d93791..cd51ace8b610 100644 --- a/drivers/s390/char/tape.h +++ b/drivers/s390/char/tape.h | |||
@@ -250,6 +250,7 @@ extern void tape_free_request(struct tape_request *); | |||
250 | extern int tape_do_io(struct tape_device *, struct tape_request *); | 250 | extern int tape_do_io(struct tape_device *, struct tape_request *); |
251 | extern int tape_do_io_async(struct tape_device *, struct tape_request *); | 251 | extern int tape_do_io_async(struct tape_device *, struct tape_request *); |
252 | extern int tape_do_io_interruptible(struct tape_device *, struct tape_request *); | 252 | extern int tape_do_io_interruptible(struct tape_device *, struct tape_request *); |
253 | extern int tape_cancel_io(struct tape_device *, struct tape_request *); | ||
253 | void tape_hotplug_event(struct tape_device *, int major, int action); | 254 | void tape_hotplug_event(struct tape_device *, int major, int action); |
254 | 255 | ||
255 | static inline int | 256 | static inline int |