projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b20bc9a
)
Don't #include <libio.h>
author
Jeremy Kerr
<jk@ozlabs.org>
Thu, 20 Dec 2007 15:31:43 +0000
(
00:31
+0900)
committer
Jeremy Kerr
<jk@ozlabs.org>
Thu, 20 Dec 2007 15:33:21 +0000
(
00:33
+0900)
It isn't present on uClibc, and we don't seem to need anything from
this header.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
devices/yaboot-cfg.c
patch
|
blob
|
history
diff --git
a/devices/yaboot-cfg.c
b/devices/yaboot-cfg.c
index a252bdbc96ec65698a713baaaa3635f030b689fe..57a69976b621284f532edfa11ebf70d11cd3af49 100644
(file)
--- a/
devices/yaboot-cfg.c
+++ b/
devices/yaboot-cfg.c
@@
-25,7
+25,6
@@
#include <string.h>
#include <stdint.h>
#include <stdio.h>
-#include <libio.h>
#define prom_printf printf
#define prom_putchar putchar