Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[S390] tape block: fix dependencies

CC drivers/s390/char/tape_block.o
In file included from drivers/s390/char/tape_block.c:24:
drivers/s390/char/tape.h:159: warning: 'struct request' declared inside
parameter list

Adding the dependency of CONFIG_BLOCK to CONFIG_S390_TAPE_BLOCK.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Kamalesh Babulal and committed by
Martin Schwidefsky
d41bf2f6 dbb397d8

+1 -1
+1 -1
drivers/s390/char/Kconfig
··· 100 100 101 101 config S390_TAPE_BLOCK 102 102 bool "Support for tape block devices" 103 - depends on S390_TAPE 103 + depends on S390_TAPE && BLOCK 104 104 help 105 105 Select this option if you want to access your channel-attached tape 106 106 devices using the block device interface. This interface is similar