]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/page.h
[PATCH] x86_64: mce_amd relocate sysfs files
[linux-2.6] / include / asm-powerpc / page.h
index ae610b6204872e774362b1ffb5e88d86a461c4aa..fb597b37c2a2f0deaeadf8cf303105f632fb9aa6 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #ifdef __KERNEL__
-#include <linux/config.h>
 #include <asm/asm-compat.h>
 #include <asm/kdump.h>
 
@@ -192,6 +191,9 @@ extern void copy_user_page(void *to, void *from, unsigned long vaddr,
                struct page *p);
 extern int page_is_ram(unsigned long pfn);
 
+struct vm_area_struct;
+extern const char *arch_vma_name(struct vm_area_struct *vma);
+
 #include <asm-generic/memory_model.h>
 #endif /* __ASSEMBLY__ */