]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/page.h
mac80211: allows driver to request a Phase 1 RX key
[linux-2.6-omap-h63xx.git] / include / asm-alpha / page.h
index 8cc97bfd37893583e850b26f9fbd1f1b24265dc7..22ff9762d17b63b8379abea371cb816d37dcaae2 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef _ALPHA_PAGE_H
 #define _ALPHA_PAGE_H
 
-#ifdef __KERNEL__
-
 #include <linux/const.h>
 #include <asm/pal.h>
 
@@ -64,6 +62,8 @@ typedef unsigned long pgprot_t;
 
 #endif /* STRICT_MM_TYPECHECKS */
 
+typedef struct page *pgtable_t;
+
 #ifdef USE_48_BIT_KSEG
 #define PAGE_OFFSET            0xffff800000000000UL
 #else
@@ -98,5 +98,4 @@ typedef unsigned long pgprot_t;
 #include <asm-generic/memory_model.h>
 #include <asm-generic/page.h>
 
-#endif /* __KERNEL__ */
 #endif /* _ALPHA_PAGE_H */