aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/lib/modsi3.S
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2023-08-08 00:36:53 +0900
committerGeert Uytterhoeven <[email protected]>2023-08-21 13:27:43 +0200
commit7547cbe20ee80d24f3e182b4dcd3e05c473fb10b (patch)
treea1877158696d79c9fa16eb52ec1b50e645b8ce2a /arch/m68k/lib/modsi3.S
parente346f9dd4cc24761c2939f46416719487480dd5c (diff)
m68k: Replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost") deprecated <asm/export.h>, which is now a wrapper of <linux/export.h>. Replace #include <asm/export.h> with #include <linux/export.h>. After all the <asm/export.h> lines are converted, <asm/export.h> and <asm-generic/export.h> will be removed. Signed-off-by: Masahiro Yamada <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'arch/m68k/lib/modsi3.S')
-rw-r--r--arch/m68k/lib/modsi3.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/lib/modsi3.S b/arch/m68k/lib/modsi3.S
index 1c967649a4e0..1bcb742d0b76 100644
--- a/arch/m68k/lib/modsi3.S
+++ b/arch/m68k/lib/modsi3.S
@@ -33,7 +33,7 @@ General Public License for more details. */
D. V. Henkel-Wallace ([email protected]) Fete Bastille, 1992
*/
-#include <asm/export.h>
+#include <linux/export.h>
/* These are predefined by new versions of GNU cpp. */