forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/arm/kernel/armksyms.c
....@@ -1,16 +1,12 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * linux/arch/arm/kernel/armksyms.c
34 *
45 * Copyright (C) 2000 Russell King
5
- *
6
- * This program is free software; you can redistribute it and/or modify
7
- * it under the terms of the GNU General Public License version 2 as
8
- * published by the Free Software Foundation.
96 */
107 #include <linux/export.h>
118 #include <linux/sched.h>
129 #include <linux/string.h>
13
-#include <linux/cryptohash.h>
1410 #include <linux/delay.h>
1511 #include <linux/in6.h>
1612 #include <linux/syscalls.h>
....@@ -167,9 +163,6 @@
167163 #endif
168164
169165 #ifdef CONFIG_FUNCTION_TRACER
170
-#ifdef CONFIG_OLD_MCOUNT
171
-EXPORT_SYMBOL(mcount);
172
-#endif
173166 EXPORT_SYMBOL(__gnu_mcount_nc);
174167 #endif
175168