]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Add missing asm/ftrace.h.
authorPaul Mundt <lethal@linux-sh.org>
Sun, 21 Sep 2008 08:17:53 +0000 (17:17 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 21 Sep 2008 08:17:53 +0000 (17:17 +0900)
This was missed with the ftrace support commit.. check it in now.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/ftrace.h [new file with mode: 0644]

diff --git a/arch/sh/include/asm/ftrace.h b/arch/sh/include/asm/ftrace.h
new file mode 100644 (file)
index 0000000..3aed362
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __ASM_SH_FTRACE_H
+#define __ASM_SH_FTRACE_H
+
+#ifndef __ASSEMBLY__
+extern void mcount(void);
+#endif
+
+#endif /* __ASM_SH_FTRACE_H */