treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / um / kernel / gprof_syms.c
blob84d536908775794c715d379b852ad5af6698c1fb
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4 */
6 #include <linux/module.h>
8 extern void mcount(void);
9 EXPORT_SYMBOL(mcount);