]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix compiler warning in imximage.c due to getline prototype
authorKumar Gala <galak@kernel.crashing.org>
Wed, 27 Jan 2010 16:16:56 +0000 (10:16 -0600)
committerWolfgang Denk <wd@denx.de>
Wed, 27 Jan 2010 19:10:01 +0000 (20:10 +0100)
commit249d4dec69e8d41ca58fe6cb3c56ea6f0480ef16
tree436a6aa4d693fc2b7399b195ea67e8d3dc4f9e73
parent797312a15edc9dfb433e6903a75189030e7aaaaa
Fix compiler warning in imximage.c due to getline prototype

imximage.c: In function 'imximage_parse_cfg_file':
imximage.c:142: warning: implicit declaration of function 'getline'

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
tools/imximage.c