From: Andrew Morton Date: Tue, 6 Jan 2009 12:06:05 +0000 (+0000) Subject: Signed-off-by: Andrew Morton X-Git-Tag: maps2-patches/maps2-move-the-page-walker-code-to-lib.patch X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d8a140eb499dbeac845f0fe33c22c27c8c0aefef;p=xenclient%2Fkernel.git Signed-off-by: Andrew Morton --- lib/pagewalk.c | 1 + 1 file changed, 1 insertion(+) --- diff --git a/lib/pagewalk.c b/lib/pagewalk.c index 51f19739..8737ad06 100644 --- a/lib/pagewalk.c +++ b/lib/pagewalk.c @@ -1,5 +1,6 @@ #include #include +#include static int walk_pte_range(pmd_t *pmd, unsigned long addr, unsigned long end, struct mm_walk *walk, void *private)