]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
openrisc: remove unnecessary stddef.h include
authorStefan Kristiansson <stefan.kristiansson@saunalahti.fi>
Sat, 19 Jul 2014 22:00:31 +0000 (01:00 +0300)
committerStafford Horne <shorne@gmail.com>
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 <shorne@gmail.com>
arch/openrisc/kernel/ptrace.c

index 4f59fa4e34e5f2c795c3d1e150520513dd78d7d3..228288887d74facd56c89f1f71e102e940ae540e 100644 (file)
@@ -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>