riscv: remove unused header
authortanzirh@google.com <tanzirh@google.com>
Tue, 12 Dec 2023 00:20:14 +0000 (00:20 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 27 Mar 2024 14:23:23 +0000 (07:23 -0700)
commit84c3a079ab98f729e9a968a201d9aa8d196195a1
tree79d4aa589e3d4a591b06fd2a745a1be6c3d4ca72
parent36d37f11f555812b0ded5d15aa686a6b9da57f61
riscv: remove unused header

arch/riscv/kernel/sys_riscv.c builds without using anything
from asm-generic/mman-common.h. There seems to be no reason
to include this file.

Signed-off-by: Tanzir Hasan <tanzirh@google.com>
Fixes: 9e2e6042a7ec ("riscv: Allow PROT_WRITE-only mmap()")
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Tested-by: Nick Desaulniers <ndesaulniers@google.com>
Link: https://lore.kernel.org/r/20231212-removeasmgeneric-v2-1-a0e6d7df34a7@google.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/sys_riscv.c