summaryrefslogtreecommitdiffstats
path: root/devices/yaboot-cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'devices/yaboot-cfg.c')
-rw-r--r--devices/yaboot-cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/yaboot-cfg.c b/devices/yaboot-cfg.c
index 57a6997..6b007e4 100644
--- a/devices/yaboot-cfg.c
+++ b/devices/yaboot-cfg.c
@@ -135,7 +135,7 @@ void cfg_warn (char *msg,...)
prom_printf (" near line %d in file %s\n", line_num, file_name);
}
-inline int cfg_getc ()
+int cfg_getc ()
{
if (currp == endp)
return EOF;
OpenPOWER on IntegriCloud