diff options
Diffstat (limited to 'drivers/s390/char/tape.h')
-rw-r--r-- | drivers/s390/char/tape.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/s390/char/tape.h b/drivers/s390/char/tape.h index a26333774701..fbe41e0377b8 100644 --- a/drivers/s390/char/tape.h +++ b/drivers/s390/char/tape.h | |||
@@ -292,9 +292,9 @@ extern int tape_generic_pm_suspend(struct ccw_device *); | |||
292 | extern int tape_generic_probe(struct ccw_device *); | 292 | extern int tape_generic_probe(struct ccw_device *); |
293 | extern void tape_generic_remove(struct ccw_device *); | 293 | extern void tape_generic_remove(struct ccw_device *); |
294 | 294 | ||
295 | extern struct tape_device *tape_get_device(int devindex); | 295 | extern struct tape_device *tape_find_device(int devindex); |
296 | extern struct tape_device *tape_get_device_reference(struct tape_device *); | 296 | extern struct tape_device *tape_get_device(struct tape_device *); |
297 | extern struct tape_device *tape_put_device(struct tape_device *); | 297 | extern void tape_put_device(struct tape_device *); |
298 | 298 | ||
299 | /* Externals from tape_char.c */ | 299 | /* Externals from tape_char.c */ |
300 | extern int tapechar_init(void); | 300 | extern int tapechar_init(void); |