hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/riscv/kernel/riscv_ksyms.c
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Copyright (C) 2017 Zihao Yu
3
- *
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
74 */
85
96 #include <linux/export.h>
....@@ -12,8 +9,7 @@
129 /*
1310 * Assembly functions that may be used (directly or indirectly) by modules
1411 */
15
-EXPORT_SYMBOL(__clear_user);
16
-EXPORT_SYMBOL(__asm_copy_to_user);
17
-EXPORT_SYMBOL(__asm_copy_from_user);
1812 EXPORT_SYMBOL(memset);
1913 EXPORT_SYMBOL(memcpy);
14
+EXPORT_SYMBOL(__memset);
15
+EXPORT_SYMBOL(__memcpy);