]> Pileus Git - ~andy/linux/blobdiff - include/asm-powerpc/page.h
[POWERPC] iSeries: Make iseries_reg_save private to iSeries
[~andy/linux] / include / asm-powerpc / page.h
index 10c51f457d4887c1e89f9803e1c0e63355f4da6a..df47bbb6ea1348e6c6ad95898baa911e819823b7 100644 (file)
@@ -10,7 +10,6 @@
  * 2 of the License, or (at your option) any later version.
  */
 
-#ifdef __KERNEL__
 #include <asm/asm-compat.h>
 #include <asm/kdump.h>
 
@@ -190,11 +189,10 @@ extern void copy_user_page(void *to, void *from, unsigned long vaddr,
 extern int page_is_ram(unsigned long pfn);
 
 struct vm_area_struct;
-extern const char *arch_vma_name(struct vm_area_struct *vma);
+
+typedef struct page *pgtable_t;
 
 #include <asm-generic/memory_model.h>
 #endif /* __ASSEMBLY__ */
 
-#endif /* __KERNEL__ */
-
 #endif /* _ASM_POWERPC_PAGE_H */