summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
diff options
context:
space:
mode:
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>2014-07-20 01:00:31 +0300
committerStafford Horne <shorne@gmail.com>2017-02-25 04:14:34 +0900
commit89c94fdb9718d8ff3243faf8133a2176fd91f207 (patch)
tree83a9ac05107ba593b8202519f0a289e3237d90f0 /arch/openrisc
parent4ac46db1aaf16a009a8318cdba3acf03de85bcea (diff)
downloadlinux-89c94fdb9718d8ff3243faf8133a2176fd91f207.tar.gz
linux-89c94fdb9718d8ff3243faf8133a2176fd91f207.tar.xz
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 <shorne@gmail.com>
Diffstat (limited to 'arch/openrisc')
-rw-r--r--arch/openrisc/kernel/ptrace.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/openrisc/kernel/ptrace.c b/arch/openrisc/kernel/ptrace.c
index 4f59fa4e34e5..228288887d74 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 <stddef.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/string.h>