2013/7/25 Paul Bolle <pebolle@xxxxxxxxxx>: > On Thu, 2013-07-25 at 15:06 +0800, Xiong Zhou wrote: >> 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@xxxxxxxxx> >> --- >> 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 > > Everything below drivers/staging/lustre/Kconfig is only sourced if > STAGING is set. You can drop the dependency on STAGING. > Yes, it is. Thanks~ >> select LNET >> select CRYPTO >> select CRYPTO_CRC32 > > > Paul Bolle > _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel