From: Thomas Gleixner Date: Sat, 23 Jul 2011 12:41:23 +0000 (+0000) Subject: MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compile X-Git-Tag: v3.1-rc10~17^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49de830ad7b94d05f6dbfbae97a03f80169a7462;p=pandora-kernel.git MIPS: Ftrace: Fix the CONFIG_DYNAMIC_FTRACE=n compile arch/mips/kernel/ftrace.c: In function ‘ftrace_get_parent_ra_addr’: arch/mips/kernel/ftrace.c:212: error: implicit declaration of function ‘in_kernel_space’ arch/mips/kernel/ftrace.c: In function ‘prepare_ftrace_return’: arch/mips/kernel/ftrace.c:314: error: ‘MCOUNT_OFFSET_INSNS’ undeclared (first use in this function) arch/mips/kernel/ftrace.c:314: error: (Each undeclared identifier is reported only once arch/mips/kernel/ftrace.c:314: error: for each function it appears in.) Signed-off-by: Thomas Gleixner To: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/2634/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed