On Mon, Jun 10, 2013 at 12:35:26PM +0100, Markos Chandras wrote: > arch_ftrace_update_code and ftrace_modify_all_code are only > available if CONFIG_DYNAMIC_FTRACE is selected. > > Fixes the following build problem on MIPS randconfig: > > arch/mips/kernel/ftrace.c: In function 'arch_ftrace_update_code': > arch/mips/kernel/ftrace.c:31:2: error: implicit declaration of function > 'ftrace_modify_all_code' [-Werror=implicit-function-declaration] > > Signed-off-by: Markos Chandras <markos.chandras@xxxxxxxxxx> > Signed-off-by: Steven J. Hill <Steven.Hill@xxxxxxxxxx> Patch is looking ok but I'm wonder abou thte SoB headers. Since you appear to be the patch author and are sending your own patch, one would only expect your own SoB. So I assume Steve's SoB was really meant to be an Acked-by:? Sam ealso for the other patch I accepted moments ago. Ralf