Re: [PATCH 05/46] kernel: Include appropriate header file in kernel/signal.c

From: Oleg Nesterov
Date: Thu Feb 27 2014 - 11:16:04 EST


On 02/27, Rashika Kheria wrote:
>
> --- a/kernel/signal.c
> +++ b/kernel/signal.c
> @@ -42,6 +42,7 @@
> #include <asm/siginfo.h>
> #include <asm/cacheflush.h>
> #include "audit.h" /* audit_signal_info() */
> +#include "debug/kdb/kdb_private.h"

Perhaps this should go under "#ifdef CONFIG_KGDB_KDB" along with
"#include <linux/kdb.h>" we already have?

Oleg.

--
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/