mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 03:20:25 -04:00
staging/lustre: add BLOCK depends in Kconfig
Add BLOCK depends in Kconfig for LUSTRE to fix this: drivers/staging/lustre/lustre/fid/../include/linux/lustre_compat25.h:117:2: error: implicit declaration of function ‘unregister_blkdev’ Signed-off-by: Xiong Zhou <jencce.kernel@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
af7c25588f
commit
7b117940f3
@@ -1,6 +1,6 @@
|
||||
config LUSTRE_FS
|
||||
tristate "Lustre file system client support"
|
||||
depends on STAGING && INET && m
|
||||
depends on STAGING && INET && BLOCK && m
|
||||
select LNET
|
||||
select CRYPTO
|
||||
select CRYPTO_CRC32
|
||||
|
||||
Reference in New Issue
Block a user