Skip to content

Commit a484ba4

Browse files
author
Kent Overstreet
committed
microblaze: add missing forward declaration
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 2596e51 commit a484ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/microblaze/include/asm/pgtable.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ static inline void set_pte(pte_t *ptep, pte_t pte)
336336
}
337337

338338
#define __HAVE_ARCH_PTEP_TEST_AND_CLEAR_YOUNG
339+
struct vm_area_struct;
339340
static inline int ptep_test_and_clear_young(struct vm_area_struct *vma,
340341
unsigned long address, pte_t *ptep)
341342
{

0 commit comments

Comments
 (0)