riscv: include asm/cacheflush.h in asm/hugetlb.h
authorHugh Dickins <hughd@google.com>
Mon, 14 Aug 2023 04:53:57 +0000 (21:53 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 21 Aug 2023 20:38:00 +0000 (13:38 -0700)
commit33a9fb09836ace6cb7bd48cf30ab22d56285560c
treed02d067a7d60604e23a7c5296db57271b38e84da
parent1de8c835a936859f01a91174474a8b96d61b0400
riscv: include asm/cacheflush.h in asm/hugetlb.h

PG_dcache_clean is used in asm/hugetlb.h but defined in asm/cacheflush.h:
builds rely on an accident of that being included via linux/mempolicy.h,
but better include it directly (like arch/sh/include/asm/hugetlb.h does).

Link: https://lkml.kernel.org/r/84bd3b96-8dbe-51b1-d7d1-6e4f9d8937d8@google.com
Signed-off-by: Hugh Dickins <hughd@google.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Palmer Dabbelt <palmer@dabbelt.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/riscv/include/asm/hugetlb.h