Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | /* |
2 | * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com) | ||||
3 | * Licensed under the GPL | ||||
4 | */ | ||||
5 | |||||
6 | #include <linux/module.h> | ||||
7 | |||||
8 | extern void mcount(void); | ||||
9 | EXPORT_SYMBOL(mcount); |