]> git.itanic.dy.fi Git - linux-stable/commit
xtensa: replace <asm-generic/export.h> with <linux/export.h>
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 26 Nov 2023 15:12:22 +0000 (00:12 +0900)
committerMax Filippov <jcmvbkbc@gmail.com>
Wed, 29 Nov 2023 09:54:45 +0000 (01:54 -0800)
commit6d638ab8c3df7a4674b4cd2e4cc9d4051587c729
tree9573d94941f94abebb76526fb744aed12259205e
parent4ea6babbdd49d15c36665013e740f2e604d8841d
xtensa: replace <asm-generic/export.h> with <linux/export.h>

Commit ddb5cdbafaaa ("kbuild: generate KSYMTAB entries by modpost")
deprecated <asm-generic/export.h>, which is now a wrapper of
<linux/export.h>.

Replace #include <asm-generic/export.h> with #include <linux/export.h>.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Message-Id: <20231126151222.1556761-1-masahiroy@kernel.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/include/asm/asmmacro.h