diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-20 08:33:51 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-22 18:12:46 +0900 |
commit | b154f642399a9754f21257411a93ac15fc28efab (patch) | |
tree | 5301a6bf61e47cdaa7566255d43124e4c4b8740c /arch/ia64/include | |
parent | ab03e604bb91819cb0dcd0decc64f6919c2c7039 (diff) |
ia64: remove <asm/export.h>
All *.S files under arch/ia64/ have been converted to include
<linux/export.h> instead of <asm/export.h>.
Remove <asm/export.h>.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'arch/ia64/include')
-rw-r--r-- | arch/ia64/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/Kbuild b/arch/ia64/include/asm/Kbuild index 33733245f42b..aefae2efde9f 100644 --- a/arch/ia64/include/asm/Kbuild +++ b/arch/ia64/include/asm/Kbuild @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0 generated-y += syscall_table.h generic-y += agp.h -generic-y += export.h generic-y += kvm_para.h generic-y += mcs_spinlock.h generic-y += vtime.h |