repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
um
/
kernel
/
gprof_syms.c
blob
84d536908775794c715d379b852ad5af6698c1fb
1
// SPDX-License-Identifier: GPL-2.0
2
/*
3
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4
*/
5
6
#include <linux/module.h>
7
8
extern
void
mcount
(
void
);
9
EXPORT_SYMBOL
(
mcount
);