treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / arch / unicore32 / kernel / ksyms.h
blob5d2d5ba324acb1015f0ea276b361b7f5c296e92b
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * libgcc functions - functions that are used internally by the
4 * compiler... (prototypes are not correct though, but that
5 * doesn't really matter since they're not versioned).
6 */
7 extern void __ashldi3(void);
8 extern void __ashrdi3(void);
9 extern void __divsi3(void);
10 extern void __lshrdi3(void);
11 extern void __modsi3(void);
12 extern void __ucmpdi2(void);
13 extern void __udivsi3(void);
14 extern void __umodsi3(void);