j
k
j a
j l
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.
Back to the thread
Back to the list