[PATCH] silence smp_read_mpc_oem() declared static but never defined warning
From: William Lee Irwin III <wli@holomorphy.com> The forward static declaration in a header is a) weird and b) generates a warning if the inline function which needs it is not expanded. Move these things from .h into .c
Showing
Please register or sign in to comment