From: Stefan Kristiansson Date: Sat, 19 Jul 2014 22:00:31 +0000 (+0300) Subject: openrisc: remove unnecessary stddef.h include X-Git-Tag: v4.14-rc1~1417^2~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=89c94fdb9718d8ff3243faf8133a2176fd91f207;p=platform%2Fkernel%2Flinux-rpi.git openrisc: remove unnecessary stddef.h include This causes the build to fail when building with the or1k-musl-linux- toolchain and it is not needed. Signed-off-by: Stafford Horne --- diff --git a/arch/openrisc/kernel/ptrace.c b/arch/openrisc/kernel/ptrace.c index 4f59fa4..2282888 100644 --- a/arch/openrisc/kernel/ptrace.c +++ b/arch/openrisc/kernel/ptrace.c @@ -16,7 +16,6 @@ * 2 of the License, or (at your option) any later version. */ -#include #include #include #include