]> git.ozlabs.org Git - petitboot/commitdiff
yaboot parser: fix cfg_getc inline
authorJeremy Kerr <jk@ozlabs.org>
Sun, 7 Dec 2008 05:45:46 +0000 (16:45 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Sun, 7 Dec 2008 06:43:41 +0000 (17:43 +1100)
Current build fails with:

petitboot/devices/yaboot-cfg.c:151: undefined reference to `cfg_getc'

As it it maked inline. This change un-inlines this function.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found