> Con Kolivas wrote:
> > In file included from include/net/xfrm.h:6,
> > from net/core/skbuff.c:61:
> > include/linux/crypto.h: In function `crypto_tfm_alg_modname':
> > include/linux/crypto.h:202: dereferencing pointer to incomplete type
>
> Looks like you have CONFIG_MODULES=n, but crypto_tfm_alg_modname()
> is unconditionally accessing module->name.
>
This will be fixed with Rusty's module_name() patch.
- James
-- James Morris <jmorris@intercode.com.au>
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/