forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
kernel/drivers/s390/char/tape_std.h
....@@ -101,7 +101,6 @@
101101 void tape_std_read_backward(struct tape_device *device,
102102 struct tape_request *request);
103103 struct tape_request *tape_std_write_block(struct tape_device *, size_t);
104
-void tape_std_check_locate(struct tape_device *, struct tape_request *);
105104
106105 /* Some non-mtop commands. */
107106 int tape_std_assign(struct tape_device *);
....@@ -131,18 +130,7 @@
131130 int tape_std_mtweof(struct tape_device *, int);
132131
133132 /* Event handlers */
134
-void tape_std_default_handler(struct tape_device *);
135
-void tape_std_unexpect_uchk_handler(struct tape_device *);
136
-void tape_std_irq(struct tape_device *);
137133 void tape_std_process_eov(struct tape_device *);
138
-
139
-// the error recovery stuff:
140
-void tape_std_error_recovery(struct tape_device *);
141
-void tape_std_error_recovery_has_failed(struct tape_device *,int error_id);
142
-void tape_std_error_recovery_succeded(struct tape_device *);
143
-void tape_std_error_recovery_do_retry(struct tape_device *);
144
-void tape_std_error_recovery_read_opposite(struct tape_device *);
145
-void tape_std_error_recovery_HWBUG(struct tape_device *, int condno);
146134
147135 /* S390 tape types */
148136 enum s390_tape_type {