projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6]
/
arch
/
s390
/
kernel
/
s390_ksyms.c
1
#include <linux/module.h>
2
#include <asm/ftrace.h>
3
4
#ifdef CONFIG_FUNCTION_TRACER
5
EXPORT_SYMBOL(_mcount);
6
#endif