Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / um / kernel / gprof_syms.c
blob74ddb44288a30caba1bc0f4a49aa9d402d5850ea
1 /*
2 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3 * Licensed under the GPL
4 */
6 #include <linux/module.h>
8 extern void mcount(void);
9 EXPORT_SYMBOL(mcount);