diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-20 01:33:50 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-22 11:12:46 +0200 |
commit | ab03e604bb91819cb0dcd0decc64f6919c2c7039 (patch) | |
tree | 326d8d227d5d45ee6743071baf923867f31381f3 /arch/ia64/kernel/ivt.S | |
parent | sparc: remove <asm/export.h> (diff) | |
download | linux-ab03e604bb91819cb0dcd0decc64f6919c2c7039.tar.xz linux-ab03e604bb91819cb0dcd0decc64f6919c2c7039.zip |
ia64: 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>
Diffstat (limited to 'arch/ia64/kernel/ivt.S')
-rw-r--r-- | arch/ia64/kernel/ivt.S | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ia64/kernel/ivt.S b/arch/ia64/kernel/ivt.S index 7a418e324d30..da90c49df628 100644 --- a/arch/ia64/kernel/ivt.S +++ b/arch/ia64/kernel/ivt.S @@ -47,7 +47,7 @@ * Table is based upon EAS2.6 (Oct 1999) */ - +#include <linux/export.h> #include <linux/pgtable.h> #include <asm/asmmacro.h> #include <asm/break.h> @@ -58,7 +58,6 @@ #include <asm/thread_info.h> #include <asm/unistd.h> #include <asm/errno.h> -#include <asm/export.h> #if 0 # define PSR_DEFAULT_BITS psr.ac |