summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2007-12-21 00:31:43 +0900
committerJeremy Kerr <jk@ozlabs.org>2007-12-21 00:33:21 +0900
commit02aeee42aebbb3a7098b6e0fc570522f9d44de96 (patch)
treee580a10fd4969d02e828bcae032a77d0364eb1c7
parentb20bc9a1536b8fc8d63251e1bfbcd67159242405 (diff)
downloadtalos-petitboot-02aeee42aebbb3a7098b6e0fc570522f9d44de96.tar.gz
talos-petitboot-02aeee42aebbb3a7098b6e0fc570522f9d44de96.zip
Don't #include <libio.h>
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>
-rw-r--r--devices/yaboot-cfg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/devices/yaboot-cfg.c b/devices/yaboot-cfg.c
index a252bdb..57a6997 100644
--- 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
OpenPOWER on IntegriCloud