code style scripts/checkpatch.pl (linux-3.9-rc1) formatting
[linux-2.6.34.14-moxart.git] / arch / um / kernel / gprof_syms.c
blobe2f043d0de6c80fd0050aedb0edf1748efbdb72b
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);