From: Kamalesh Babulal Date: Fri, 9 Jan 2009 11:14:49 +0000 (+0100) Subject: [S390] tape block: fix dependencies X-Git-Tag: Ubuntu-5.0.0-8.9~29222^2~13 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=d41bf2f61d564b64aacdb58a911f99d4b413d492;p=mirror_ubuntu-disco-kernel.git [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 Signed-off-by: Martin Schwidefsky --- diff --git a/drivers/s390/char/Kconfig b/drivers/s390/char/Kconfig index 643033890e34..0769ced52dbd 100644 --- a/drivers/s390/char/Kconfig +++ b/drivers/s390/char/Kconfig @@ -100,7 +100,7 @@ comment "S/390 tape interface support" config S390_TAPE_BLOCK bool "Support for tape block devices" - depends on S390_TAPE + depends on S390_TAPE && BLOCK help Select this option if you want to access your channel-attached tape devices using the block device interface. This interface is similar