Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d41bf2f6 authored by Kamalesh Babulal's avatar Kamalesh Babulal Committed by Martin Schwidefsky
Browse files

[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: default avatarKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent dbb397d8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -100,7 +100,7 @@ comment "S/390 tape interface support"


config S390_TAPE_BLOCK
config S390_TAPE_BLOCK
	bool "Support for tape block devices"
	bool "Support for tape block devices"
	depends on S390_TAPE
	depends on S390_TAPE && BLOCK
	help
	help
	  Select this option if you want to access your channel-attached tape
	  Select this option if you want to access your channel-attached tape
	  devices using the block device interface.  This interface is similar
	  devices using the block device interface.  This interface is similar