diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-06 17:16:39 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-08-09 15:20:50 +0200 |
commit | b8c723f1e62b40af4db91c04989272fb7056b30b (patch) | |
tree | 426f0bf214977c70be73cc9c5a5c66c5fb4d48b2 /arch/s390/lib/mem.S | |
parent | s390: remove unneeded #include <asm/export.h> (diff) | |
download | linux-b8c723f1e62b40af4db91c04989272fb7056b30b.tar.xz linux-b8c723f1e62b40af4db91c04989272fb7056b30b.zip |
s390: 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 <masahiroy@kernel.org>
Link: https://lore.kernel.org/r/20230806151641.394720-2-masahiroy@kernel.org
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'arch/s390/lib/mem.S')
-rw-r--r-- | arch/s390/lib/mem.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/lib/mem.S b/arch/s390/lib/mem.S index 5a9a55de2e10..08f60a42b9a6 100644 --- a/arch/s390/lib/mem.S +++ b/arch/s390/lib/mem.S @@ -5,8 +5,8 @@ * Copyright IBM Corp. 2012 */ +#include <linux/export.h> #include <linux/linkage.h> -#include <asm/export.h> #include <asm/nospec-insn.h> GEN_BR_THUNK %r14 |