diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-11-26 18:12:22 +0300 |
---|---|---|
committer | Max Filippov <jcmvbkbc@gmail.com> | 2023-11-29 12:54:45 +0300 |
commit | 6d638ab8c3df7a4674b4cd2e4cc9d4051587c729 (patch) | |
tree | 9573d94941f94abebb76526fb744aed12259205e /arch/xtensa | |
parent | 4ea6babbdd49d15c36665013e740f2e604d8841d (diff) | |
download | linux-6d638ab8c3df7a4674b4cd2e4cc9d4051587c729.tar.xz |
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>
Diffstat (limited to 'arch/xtensa')
-rw-r--r-- | arch/xtensa/include/asm/asmmacro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/include/asm/asmmacro.h b/arch/xtensa/include/asm/asmmacro.h index 01bf7d9dbb19..a52d49a16ce7 100644 --- a/arch/xtensa/include/asm/asmmacro.h +++ b/arch/xtensa/include/asm/asmmacro.h @@ -11,7 +11,7 @@ #ifndef _XTENSA_ASMMACRO_H #define _XTENSA_ASMMACRO_H -#include <asm-generic/export.h> +#include <linux/export.h> #include <asm/core.h> /* |