diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-21 03:25:48 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-21 03:26:30 +0300 |
commit | a484ba4e8b8f2b29377a09c3ffea74de7f877e37 (patch) | |
tree | b29ee6a6282ec4c94165315e7022204300bdf8f2 /arch/microblaze/include | |
parent | 2596e51ad3e26236657b63e5b37405454a858c35 (diff) | |
download | linux-a484ba4e8b8f2b29377a09c3ffea74de7f877e37.tar.xz |
microblaze: add missing forward declaration
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'arch/microblaze/include')
-rw-r--r-- | arch/microblaze/include/asm/pgtable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/asm/pgtable.h b/arch/microblaze/include/asm/pgtable.h index 3042eb98bb56..e4ea2ec3642f 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) { |