mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
microblaze: add missing forward declaration
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
2596e51ad3
commit
a484ba4e8b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue