diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2023-08-06 18:09:54 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-08-16 16:54:48 +0300 |
commit | efa1f85019537ce44832cf73a6db18611e3e41cd (patch) | |
tree | ba2141804d6c87d18c022ea7196ab96ebbd6ce4c /arch/powerpc/include/asm/Kbuild | |
parent | 393261828740c3ed95fc810c3f4c1018b86af7e5 (diff) | |
download | linux-efa1f85019537ce44832cf73a6db18611e3e41cd.tar.xz |
powerpc: remove <asm/export.h>
All *.S files under arch/powerpc/ 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>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230806150954.394189-3-masahiroy@kernel.org
Diffstat (limited to 'arch/powerpc/include/asm/Kbuild')
-rw-r--r-- | arch/powerpc/include/asm/Kbuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/Kbuild b/arch/powerpc/include/asm/Kbuild index 419319c4963c..61a8d5555cd7 100644 --- a/arch/powerpc/include/asm/Kbuild +++ b/arch/powerpc/include/asm/Kbuild @@ -3,7 +3,6 @@ generated-y += syscall_table_32.h generated-y += syscall_table_64.h generated-y += syscall_table_spu.h generic-y += agp.h -generic-y += export.h generic-y += kvm_types.h generic-y += mcs_spinlock.h generic-y += qrwlock.h |