diff options
author | Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> | 2014-07-20 01:00:31 +0300 |
---|---|---|
committer | Stafford Horne <shorne@gmail.com> | 2017-02-25 04:14:34 +0900 |
commit | 89c94fdb9718d8ff3243faf8133a2176fd91f207 (patch) | |
tree | 83a9ac05107ba593b8202519f0a289e3237d90f0 /arch/openrisc | |
parent | 4ac46db1aaf16a009a8318cdba3acf03de85bcea (diff) | |
download | talos-op-linux-89c94fdb9718d8ff3243faf8133a2176fd91f207.tar.gz talos-op-linux-89c94fdb9718d8ff3243faf8133a2176fd91f207.zip |
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 @@ * 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> |