On Fri, May 1, 2009 at 17:28, Randy Dunlap wrote: > drivers/base/devtmpfs.c:41: error: implicit declaration of function 'vfs_mkdir' Fixed by including fs.h. > drivers/base/devtmpfs.c:137: error: 'block_class' undeclared (first use in this function) Fixed by adding #ifdef CONFIG_BLOCK. Your config seems to compile fine now here. Thanks a lot for the tests, Kay -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html