ソースを参照

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.
  */
 
-#include <stddef.h>
 #include <linux/kernel.h>
 #include <linux/sched.h>
 #include <linux/string.h>