linux-stable/arch/m68k/lib
Masahiro Yamada 7547cbe20e m68k: Replace #include <asm/export.h> with #include <linux/export.h>
Commit ddb5cdbafa ("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 <masahiroy@kernel.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20230807153654.997091-1-masahiroy@kernel.org
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
2023-08-21 13:27:43 +02:00
..
ashldi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
ashrdi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
checksum.c net: unexport csum_and_copy_{from,to}_user 2022-04-29 14:37:59 -07:00
divsi3.S m68k: Replace #include <asm/export.h> with #include <linux/export.h> 2023-08-21 13:27:43 +02:00
lshrdi3.c m68k: replace gcc specific macros with ones from compiler.h 2017-02-24 17:46:56 -08:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
memcpy.c m68k: fix unused variable warning in mempcy.c 2012-12-05 10:51:23 +10:00
memmove.c
memset.c
modsi3.S m68k: Replace #include <asm/export.h> with #include <linux/export.h> 2023-08-21 13:27:43 +02:00
muldi3.c m68k: muldi3: Use semicolon instead of comma 2021-09-24 13:35:23 +02:00
mulsi3.S m68k: Replace #include <asm/export.h> with #include <linux/export.h> 2023-08-21 13:27:43 +02:00
uaccess.c m68k: get rid of zeroing 2017-03-28 18:23:40 -04:00
udivsi3.S m68k: Replace #include <asm/export.h> with #include <linux/export.h> 2023-08-21 13:27:43 +02:00
umodsi3.S m68k: Replace #include <asm/export.h> with #include <linux/export.h> 2023-08-21 13:27:43 +02:00