Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Masahiro Yamada and committed by
Max Filippov
6d638ab8 4ea6babb

+1 -1
+1 -1
arch/xtensa/include/asm/asmmacro.h
··· 11 11 #ifndef _XTENSA_ASMMACRO_H 12 12 #define _XTENSA_ASMMACRO_H 13 13 14 - #include <asm-generic/export.h> 14 + #include <linux/export.h> 15 15 #include <asm/core.h> 16 16 17 17 /*