Explorar el Código

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>
Stefan Kristiansson hace 11 años
padre
commit
89c94fdb97
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      arch/openrisc/kernel/ptrace.c

+ 0 - 1
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>