浏览代码

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>
Paul Mundt 17 年之前
父节点
当前提交
4b4cf7595a
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      arch/sh/include/asm/ftrace.h

+ 8 - 0
arch/sh/include/asm/ftrace.h

@@ -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 */