aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/kernel
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2024-01-21 06:33:11 +0900
committerGravatar Palmer Dabbelt <palmer@rivosinc.com> 2024-01-21 16:36:29 -0800
commit3a6dd5f614a13033a47eaf439ac34e7b6fbc7705 (patch)
treefaed117f00c50358e317c98c31bf2adc43c76821 /arch/riscv/kernel
parentLinux 6.8-rc1 (diff)
downloadlinux-3a6dd5f614a13033a47eaf439ac34e7b6fbc7705.tar.gz
linux-3a6dd5f614a13033a47eaf439ac34e7b6fbc7705.tar.bz2
linux-3a6dd5f614a13033a47eaf439ac34e7b6fbc7705.zip
riscv: remove unneeded #include <asm-generic/export.h>
Commit 62694797f56b ("use linux/export.h rather than asm-generic/export.h") replaced deprecated <asm-generic/export.h> inclusions. Commit c2a658d41924 ("riscv: lib: vectorize copy_to_user/copy_from_user") introduced a new instance of #include <asm-generic/export.h>. arch/riscv/lib/uaccess_vector.S does not use EXPORT_SYMBOL, hence this include directive is unneeded. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Link: https://lore.kernel.org/r/20240120213312.3033528-1-masahiroy@kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
Diffstat (limited to 'arch/riscv/kernel')
0 files changed, 0 insertions, 0 deletions