Skip to content

Commit

Permalink
openrisc: remove unnecessary stddef.h include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
skristiansson authored and stffrdhrn committed Feb 24, 2017
1 parent 4ac46db commit 89c94fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/openrisc/kernel/ptrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 89c94fd

Please sign in to comment.