Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
[linux-2.6-block.git] / arch / um / kernel / gprof_syms.c
CommitLineData
1da177e4 1/*
c5d4bb17 2 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
1da177e4
LT
3 * Licensed under the GPL
4 */
5
6#include "linux/module.h"
7
8extern void mcount(void);
9EXPORT_SYMBOL(mcount);