From 17a2994cbcd8a304b5366037d3c36be365521c22 Mon Sep 17 00:00:00 2001 From: James Bottomley Date: Sun, 16 Jan 2011 23:06:14 +0100 Subject: [PATCH] --- yaml --- r: 231543 b: refs/heads/master c: 115374211961a503675730603e3d48d95d41736c h: refs/heads/master i: 231541: 0f4ac155c1a8d2bb08776975458860724d8dc071 231539: 5a8d692ad089c1544f3cd9cdc28a80c55853c1fb 231535: 91e86347fe4361705bb13a616e1c7b2b62f6cc6a v: v3 --- [refs] | 2 +- trunk/arch/parisc/include/asm/pgtable.h | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 9bacdaa6c2f8..b1c12533a179 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3697c0255d9d73eaaa4deb4512e3f0ff97b3b71 +refs/heads/master: 115374211961a503675730603e3d48d95d41736c diff --git a/trunk/arch/parisc/include/asm/pgtable.h b/trunk/arch/parisc/include/asm/pgtable.h index 865f37a8a881..6f1f65d3c0ef 100644 --- a/trunk/arch/parisc/include/asm/pgtable.h +++ b/trunk/arch/parisc/include/asm/pgtable.h @@ -10,11 +10,13 @@ * we simulate an x86-style page table for the linux mm code */ -#include /* for vm_area_struct */ #include +#include #include #include +struct vm_area_struct; + /* * kern_addr_valid(ADDR) tests if ADDR is pointing to valid kernel * memory. For the return value to be meaningful, ADDR must be >=