forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
kernel/drivers/s390/char/tape.h
....@@ -238,7 +238,6 @@
238238 extern int tape_do_io_async(struct tape_device *, struct tape_request *);
239239 extern int tape_do_io_interruptible(struct tape_device *, struct tape_request *);
240240 extern int tape_cancel_io(struct tape_device *, struct tape_request *);
241
-void tape_hotplug_event(struct tape_device *, int major, int action);
242241
243242 static inline int
244243 tape_do_io_free(struct tape_device *device, struct tape_request *request)
....@@ -258,8 +257,6 @@
258257 tape_do_io_async(device, request);
259258 }
260259
261
-extern int tape_oper_handler(int irq, int status);
262
-extern void tape_noper_handler(int irq, int status);
263260 extern int tape_open(struct tape_device *);
264261 extern int tape_release(struct tape_device *);
265262 extern int tape_mtop(struct tape_device *, int, int);