Re: [PATCH] CRED: fix build error due to 'tgcred' undeclared

From: David Howells
Date: Tue Aug 23 2011 - 03:36:45 EST


Axel Lin <axel.lin@xxxxxxxxx> wrote:

> This patch adds CONFIG_KEYS guard for tgcred to fix below build error
> if CONFIG_KEYS is not configured.
>
> CC kernel/cred.o
> kernel/cred.c: In function 'prepare_kernel_cred':
> kernel/cred.c:657: error: 'tgcred' undeclared (first use in this function)
> kernel/cred.c:657: error: (Each undeclared identifier is reported only once
> kernel/cred.c:657: error: for each function it appears in.)
> make[1]: *** [kernel/cred.o] Error 1
> make: *** [kernel] Error 2
>
> Signed-off-by: Axel Lin <axel.lin@xxxxxxxxx>

Acked-by: David Howells <dhowells@xxxxxxxxxx>

James: do you want me to reissue my patches?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/