diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-09-21 04:17:53 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-09-21 04:17:53 -0400 |
commit | 4b4cf7595a8bce9b4dd64c241a8cb7336ecb9489 (patch) | |
tree | 18adf50df6561e69764cb5af30fea10edb259c41 /arch/sh/include | |
parent | 6902aa84f565153ce05f3438ecb8e445d4f468d8 (diff) |
sh: Add missing asm/ftrace.h.
This was missed with the ftrace support commit.. check it in now.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/ftrace.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sh/include/asm/ftrace.h b/arch/sh/include/asm/ftrace.h new file mode 100644 index 000000000000..3aed362c9463 --- /dev/null +++ b/arch/sh/include/asm/ftrace.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef __ASM_SH_FTRACE_H | ||
2 | #define __ASM_SH_FTRACE_H | ||
3 | |||
4 | #ifndef __ASSEMBLY__ | ||
5 | extern void mcount(void); | ||
6 | #endif | ||
7 | |||
8 | #endif /* __ASM_SH_FTRACE_H */ | ||