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>
This commit is contained in:
Stefan Kristiansson 2014-07-20 01:00:31 +03:00 committed by Stafford Horne
parent 4ac46db1aa
commit 89c94fdb97
1 changed files with 0 additions and 1 deletions

View 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>