]> git.ozlabs.org Git - petitboot/commitdiff
Don't #include <libio.h>
authorJeremy Kerr <jk@ozlabs.org>
Thu, 20 Dec 2007 15:31:43 +0000 (00:31 +0900)
committerJeremy 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

index a252bdbc96ec65698a713baaaa3635f030b689fe..57a69976b621284f532edfa11ebf70d11cd3af49 100644 (file)
@@ -25,7 +25,6 @@
 #include <string.h>
 #include <stdint.h>
 #include <stdio.h>
-#include <libio.h>
 
 #define prom_printf printf
 #define prom_putchar putchar