X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fs390%2Fchar%2Ftape_std.h;fp=drivers%2Fs390%2Fchar%2Ftape_std.h;h=3ab6aafb7343c2a3c56e5a81f230f3a7ea087263;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=1fc9523593413d7ea1a0ff7e95c49c2817ef82a6;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/drivers/s390/char/tape_std.h b/drivers/s390/char/tape_std.h index 1fc952359..3ab6aafb7 100644 --- a/drivers/s390/char/tape_std.h +++ b/drivers/s390/char/tape_std.h @@ -1,8 +1,9 @@ /* - * drivers/s390/char/tape_std.h + * drivers/s390/char/tape_34xx.h * standard tape device functions for ibm tapes. * - * Copyright (C) IBM Corp. 2001,2006 + * S390 and zSeries version + * Copyright (C) 2001,2002 IBM Deutschland Entwicklung GmbH, IBM Corporation * Author(s): Carsten Otte * Tuan Ngo-Anh * Martin Schwidefsky @@ -148,12 +149,4 @@ void tape_std_error_recovery_do_retry(struct tape_device *); void tape_std_error_recovery_read_opposite(struct tape_device *); void tape_std_error_recovery_HWBUG(struct tape_device *, int condno); -/* S390 tape types */ -enum s390_tape_type { - tape_3480, - tape_3490, - tape_3590, - tape_3592, -}; - #endif // _TAPE_STD_H