[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-80aa1a54f054a1c71cc88e0cad6cfa0d20a10f23@git.kernel.org>
Date: Tue, 7 Mar 2017 01:06:21 -0800
From: tip-bot for Guenter Roeck <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: ysato@...rs.sourceforge.jp, linux-kernel@...r.kernel.org,
linux@...ck-us.net, mingo@...nel.org, peterz@...radead.org,
torvalds@...ux-foundation.org, hpa@...or.com, tglx@...utronix.de
Subject: [tip:core/urgent] h8300: Fix build breakage caused by header file
changes
Commit-ID: 80aa1a54f054a1c71cc88e0cad6cfa0d20a10f23
Gitweb: http://git.kernel.org/tip/80aa1a54f054a1c71cc88e0cad6cfa0d20a10f23
Author: Guenter Roeck <linux@...ck-us.net>
AuthorDate: Sun, 5 Mar 2017 10:27:14 -0800
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Tue, 7 Mar 2017 08:35:49 +0100
h8300: Fix build breakage caused by header file changes
Fix the following h8300 build failures:
arch/h8300/kernel/ptrace_h.c: In function ‘trace_trap’:
arch/h8300/kernel/ptrace_h.c:253:3: error: implicit declaration of function ‘force_sig’
Signed-off-by: Guenter Roeck <linux@...ck-us.net>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>
Cc: uclinux-h8-devel@...ts.sourceforge.jp
Fixes: c3edc4010e9d ("sched/headers: Move task_struct::signal and ...")
Link: http://lkml.kernel.org/r/1488738434-3504-1-git-send-email-linux@roeck-us.net
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/h8300/kernel/ptrace_h.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/h8300/kernel/ptrace_h.c b/arch/h8300/kernel/ptrace_h.c
index fe3b567..f5ff3b7 100644
--- a/arch/h8300/kernel/ptrace_h.c
+++ b/arch/h8300/kernel/ptrace_h.c
@@ -9,7 +9,7 @@
*/
#include <linux/linkage.h>
-#include <linux/sched.h>
+#include <linux/sched/signal.h>
#include <asm/ptrace.h>
#define BREAKINST 0x5730 /* trapa #3 */
Powered by blists - more mailing lists