or1k: Remove superfluous includes

Including <stdio.h> in <rtems/score/cpu.h> breaks libbsd.
This commit is contained in:
Sebastian Huber
2020-09-23 07:32:42 +02:00
parent e8450a6c36
commit 2248b3781d

View File

@@ -35,8 +35,6 @@ extern "C" {
#include <rtems/score/basedefs.h>
#ifndef ASM
#include <rtems/bspIo.h>
#include <stdint.h>
#include <stdio.h> /* for printk */
#endif
/* conditional compilation parameters */