From be87123af6d68bd12c07db659fc77347faff1be7 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Fri, 29 Feb 2008 13:21:11 -0300 Subject: [PATCH] Add #include to asm-x86/pgtable.h Needed for spinlock_t type. Signed-off-by: Eduardo Habkost --- 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 4d8d1b9..29824af 100644 --- a/include/asm-x86/pgtable.h +++ b/include/asm-x86/pgtable.h @@ -137,6 +137,8 @@ extern pteval_t __PAGE_KERNEL, __PAGE_KERNEL_EXEC; #ifndef __ASSEMBLY__ +#include + /* * ZERO_PAGE is a global shared page that is always zero: used * for zero-mapped memory areas etc.. -- 1.5.4.1