x86/mm: Include spinlock_t definition in pgtable.
[linux-2.6-microblaze.git] / arch / x86 / include / asm / pgtable.h
index 448cd01..a34430b 100644 (file)
@@ -22,6 +22,7 @@
 #define pgprot_decrypted(prot) __pgprot(__sme_clr(pgprot_val(prot)))
 
 #ifndef __ASSEMBLY__
+#include <linux/spinlock.h>
 #include <asm/x86_init.h>
 #include <asm/pkru.h>
 #include <asm/fpu/api.h>