diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-06-25 00:18:57 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 07:10:23 -0400 |
commit | bea41808efdd8815435376209f23f406f8bf435f (patch) | |
tree | e648720f179824fd89b55d81c723aa637459277c /include/asm-x86/pgtable.h | |
parent | 4de0043617f949fdac538fd59335e2150cd1b863 (diff) |
x86: asm-x86/pgtable.h: fix compiler warning
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: xen-devel <xen-devel@lists.xensource.com>
Cc: Stephen Tweedie <sct@redhat.com>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Cc: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/pgtable.h')
-rw-r--r-- | include/asm-x86/pgtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h index f048975b31a4..1330e7487da1 100644 --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h | |||
@@ -425,6 +425,8 @@ static inline void native_set_pte_at(struct mm_struct *mm, unsigned long addr, | |||
425 | * race with other CPU's that might be updating the dirty | 425 | * race with other CPU's that might be updating the dirty |
426 | * bit at the same time. | 426 | * bit at the same time. |
427 | */ | 427 | */ |
428 | struct vm_area_struct; | ||
429 | |||
428 | #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS | 430 | #define __HAVE_ARCH_PTEP_SET_ACCESS_FLAGS |
429 | extern int ptep_set_access_flags(struct vm_area_struct *vma, | 431 | extern int ptep_set_access_flags(struct vm_area_struct *vma, |
430 | unsigned long address, pte_t *ptep, | 432 | unsigned long address, pte_t *ptep, |