Skip to content

Commit

Permalink
sh: Add missing asm/ftrace.h.
Browse files Browse the repository at this point in the history
This was missed with the ftrace support commit.. check it in now.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Sep 21, 2008
1 parent 6902aa8 commit 4b4cf75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/sh/include/asm/ftrace.h
Original file line number Diff line number Diff line change
@@ -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 */

0 comments on commit 4b4cf75

Please sign in to comment.