From: Kylene Jo Hall This patch addresses this comment about the use of config.h in the integrity .c files. On Mon, 2006-09-18 at 16:54 -0400, Dave Jones wrote: > You don't need to include config.h any more, kbuild does it for you. > (Might want to check the other files for the same thing). > > Dave Signed-off-by: Kylene Hall Signed-off-by: Mimi Zohar Signed-off-by: Andrew Morton --- security/integrity.c | 1 - security/integrity_dummy.c | 1 - 2 files changed, 2 deletions(-) diff -puN security/integrity.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh security/integrity.c --- a/security/integrity.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh +++ a/security/integrity.c @@ -11,7 +11,6 @@ * the Free Software Foundation, version 2 of the License. */ -#include #include #include #include diff -puN security/integrity_dummy.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh security/integrity_dummy.c --- a/security/integrity_dummy.c~integrity-service-api-and-dummy-provider-cleanup-use-of-configh +++ a/security/integrity_dummy.c @@ -11,7 +11,6 @@ * the Free Software Foundation, version 2 of the License. */ -#include #include #include #include _