Skip to content

Commit 9872dae

Browse files
hoeppnerjhcahca
authored andcommitted
s390/tape: Rename tape_34xx.c to tape_3490.c
The driver now exclusively supports 3490 tape devices, given support for 3480 tape devices has been removed. Update the device driver name, its source file name, and change any occurrences of "34xx/34XX" to "3490" in the source code and comments. Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com> Reviewed-by: Jens Remus <jremus@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
1 parent 1339106 commit 9872dae

3 files changed

Lines changed: 132 additions & 132 deletions

File tree

drivers/s390/char/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ config S390_TAPE
121121
comment "S/390 tape hardware support"
122122
depends on S390_TAPE
123123

124-
config S390_TAPE_34XX
124+
config S390_TAPE_3490
125125
def_tristate m
126126
prompt "Support for 3490 tape hardware"
127127
depends on S390_TAPE

drivers/s390/char/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ obj-$(CONFIG_VMCP) += vmcp.o
4141
tape-$(CONFIG_PROC_FS) += tape_proc.o
4242
tape-objs := tape_core.o tape_std.o tape_char.o $(tape-y)
4343
obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
44-
obj-$(CONFIG_S390_TAPE_34XX) += tape_34xx.o
44+
obj-$(CONFIG_S390_TAPE_3490) += tape_3490.o
4545
obj-$(CONFIG_MONREADER) += monreader.o
4646
obj-$(CONFIG_MONWRITER) += monwriter.o
4747
obj-$(CONFIG_S390_VMUR) += vmur.o

0 commit comments

Comments
 (0)