[OpenBIOS] Missing prototype

Programmingkid programmingkidx at gmail.com
Tue Mar 16 04:35:27 CET 2010


I found a little bug in arch/x86/sys_info.c. There is a missing function prototype for void collect_sys_info(struct sys_info *info). Just adding void collect_sys_info(struct sys_info *info); right above the function definition fixes the problem. 


More information about the OpenBIOS mailing list