diff options
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | 2014-07-19 18:00:31 -0400 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-02-24 14:14:34 -0500 |
commit | 89c94fdb9718d8ff3243faf8133a2176fd91f207 (patch) | |
tree | 83a9ac05107ba593b8202519f0a289e3237d90f0 /arch/openrisc | |
parent | 4ac46db1aaf16a009a8318cdba3acf03de85bcea (diff) |
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.c | 1 |
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 @@ | |||
16 | * 2 of the License, or (at your option) any later version. | 16 | * 2 of the License, or (at your option) any later version. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <stddef.h> | ||
20 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
21 | #include <linux/sched.h> | 20 | #include <linux/sched.h> |
22 | #include <linux/string.h> | 21 | #include <linux/string.h> |