aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorXiong Zhou <jencce.kernel@gmail.com>2013-07-25 15:06:13 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-25 12:09:03 -0700
commit7b117940f329729fc673f69661576e5699c91594 (patch)
tree26464308d009ea55878ddf3151d68254c5e12c95 /drivers/staging/lustre
parentaf7c25588f45aeaeeaf7eaeadbd25524f4adc308 (diff)
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>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig
index 9ae7fa86b5a..0b45de0726f 100644
--- a/drivers/staging/lustre/lustre/Kconfig
+++ b/drivers/staging/lustre/lustre/Kconfig
@@ -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