Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <linux/module.h> |
Heiko Carstens | 5d360a7 | 2008-12-25 13:38:56 +0100 | [diff] [blame] | 2 | #include <asm/ftrace.h> |
Heiko Carstens | 5d360a7 | 2008-12-25 13:38:56 +0100 | [diff] [blame] | 3 | |
4 | #ifdef CONFIG_FUNCTION_TRACER | ||||
5 | EXPORT_SYMBOL(_mcount); | ||||
6 | #endif |