projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ac46db
)
openrisc: remove unnecessary stddef.h include
author
Stefan Kristiansson
<
[email protected]
>
Sat, 19 Jul 2014 22:00:31 +0000
(
01:00
+0300)
committer
Stafford Horne
<
[email protected]
>
Fri, 24 Feb 2017 19:14:34 +0000
(
04:14
+0900)
This causes the build to fail when building with the or1k-musl-linux-
toolchain and it is not needed.
Signed-off-by: Stafford Horne <
[email protected]
>
arch/openrisc/kernel/ptrace.c
patch
|
blob
|
history
diff --git
a/arch/openrisc/kernel/ptrace.c
b/arch/openrisc/kernel/ptrace.c
index 4f59fa4e34e5f2c795c3d1e150520513dd78d7d3..228288887d74facd56c89f1f71e102e940ae540e 100644
(file)
--- 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>