]> git.baikalelectronics.ru Git - kernel.git/commit
h8300: Fix build breakage caused by header file changes
authorGuenter Roeck <linux@roeck-us.net>
Sun, 5 Mar 2017 18:27:14 +0000 (10:27 -0800)
committerIngo Molnar <mingo@kernel.org>
Tue, 7 Mar 2017 07:35:49 +0000 (08:35 +0100)
commit2c79bead404564f884f76fc64bd7a9e1d2b1b0a1
treeaca1e1e0c3198fc609cd359094a9c33bad7d7e68
parentc6498009c6bbda7f6571d2934baacaf69ddb1318
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@roeck-us.net>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Cc: uclinux-h8-devel@lists.sourceforge.jp
Fixes: 7ef4e283fe05 ("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@kernel.org>
arch/h8300/kernel/ptrace_h.c