[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1307251458330.31610@M2420>
Date: Thu, 25 Jul 2013 15:06:13 +0800 (CST)
From: Xiong Zhou <jencce.kernel@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
cc: Andreas Dilger <andreas.dilger@...el.com>,
Jiri Kosina <trivial@...nel.org>, linux-kernel@...r.kernel.org,
Peng Tao <bergwolf@...il.com>, devel@...verdev.osuosl.org,
jencce.kernel@...il.com
Subject: [PATCH] staging/lustre: add BLOCK depends in Kconfig
From: Xiong Zhou <jencce.kernel@...il.com>
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@...il.com>
---
drivers/staging/lustre/lustre/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/lustre/lustre/Kconfig b/drivers/staging/lustre/lustre/Kconfig
index 9ae7fa8..0b45de0 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
Powered by blists - more mailing lists