forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/arch/powerpc/math-emu/math_efp.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * arch/powerpc/math-emu/math_efp.c
34 *
....@@ -12,15 +13,11 @@
1213 * Description:
1314 * This file is the exception handler to make E500 SPE instructions
1415 * fully comply with IEEE-754 floating point standard.
15
- *
16
- * This program is free software; you can redistribute it and/or
17
- * modify it under the terms of the GNU General Public License
18
- * as published by the Free Software Foundation; either version
19
- * 2 of the License, or (at your option) any later version.
2016 */
2117
2218 #include <linux/types.h>
2319 #include <linux/prctl.h>
20
+#include <linux/module.h>
2421
2522 #include <linux/uaccess.h>
2623 #include <asm/reg.h>