Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #include <linux/module.h> |
Martin Schwidefsky | 603d1a5 | 2011-07-24 10:48:18 +0200 | [diff] [blame] | 2 | #include <linux/kvm_host.h> |
Heiko Carstens | 5d360a7 | 2008-12-25 13:38:56 +0100 | [diff] [blame] | 3 | #include <asm/ftrace.h> |
Heiko Carstens | 5d360a7 | 2008-12-25 13:38:56 +0100 | [diff] [blame] | 4 | |
| 5 | #ifdef CONFIG_FUNCTION_TRACER |
| 6 | EXPORT_SYMBOL(_mcount); |
| 7 | #endif |
Martin Schwidefsky | 603d1a5 | 2011-07-24 10:48:18 +0200 | [diff] [blame] | 8 | #if defined(CONFIG_KVM) || defined(CONFIG_KVM_MODULE) |
| 9 | EXPORT_SYMBOL(sie64a); |
| 10 | #endif |