Commit a484ba4e authored by Kent Overstreet's avatar Kent Overstreet

microblaze: add missing forward declaration

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 2596e51a
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment