projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6902aa8
)
sh: Add missing asm/ftrace.h.
author
Paul Mundt
<lethal@linux-sh.org>
Sun, 21 Sep 2008 08:17:53 +0000
(17:17 +0900)
committer
Paul 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]
patch
|
blob
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
+++ b/
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 */