forked from Imagelibrary/rtems
or1k: Remove superfluous includes
Including <stdio.h> in <rtems/score/cpu.h> breaks libbsd.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user