소스 검색

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 11 년 전
부모
커밋
89c94fdb97
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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.
  *      2 of the License, or (at your option) any later version.
  */
  */
 
 
-#include <stddef.h>
 #include <linux/kernel.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/sched.h>
 #include <linux/string.h>
 #include <linux/string.h>