From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Fixes signal-use-build_bug-instead-of-_nsig_words_is_unsupported_size.patch which caused the build failure on powerpc. Add missing "include <linux/bug.h>" which defines BUILD_BUG() used by that patch. Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Oleg Nesterov <oleg@xxxxxxxxxx> --- include/linux/signal.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/linux/signal.h b/include/linux/signal.h index 14acfd5..ab1e039 100644 --- a/include/linux/signal.h +++ b/include/linux/signal.h @@ -2,6 +2,7 @@ #define _LINUX_SIGNAL_H #include <linux/list.h> +#include <linux/bug.h> #include <uapi/linux/signal.h> struct task_struct; -- 1.5.5.1 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html