From: Kent Overstreet Date: Thu, 21 Dec 2023 00:25:48 +0000 (-0500) Subject: microblaze: add missing forward declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a484ba4e8b8f2b29377a09c3ffea74de7f877e37;p=linux.git microblaze: add missing forward declaration Signed-off-by: Kent Overstreet --- diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h index 3042eb98bb56a..e4ea2ec3642f0 100644 --- a/arch/microblaze/include/asm/pgtable.h +++ b/arch/microblaze/include/asm/pgtable.h @@ -336,6 +336,7 @@ static inline void set_pte(pte_t *ptep, pte_t pte) } #define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG +struct vm_area_struct; static inline int ptep_test_and_clear_young(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) {