OSDN Git Service

s390: replace #include <asm/export.h> with #include <linux/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 6 Aug 2023 15:16:39 +0000 (00:16 +0900)
committerHeiko Carstens <hca@linux.ibm.com>
Wed, 9 Aug 2023 13:20:50 +0000 (15:20 +0200)
commitb8c723f1e62b40af4db91c04989272fb7056b30b
tree426f0bf214977c70be73cc9c5a5c66c5fb4d48b2
parent1e66317a7f575b07a837b7dcbf4bf636282ea8a2
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>
arch/s390/kernel/entry.S
arch/s390/lib/mem.S
arch/s390/lib/tishift.S