[PATCH] switch audit_get_loginuid() to task_struct *
[linux-2.6] / include / asm-um / page.h
index 4136433..4b424c7 100644 (file)
@@ -9,7 +9,7 @@
 
 struct page;
 
-#include <linux/config.h>
+#include <linux/types.h>
 #include <asm/vm-flags.h>
 
 /* PAGE_SHIFT determines the page size */
@@ -115,9 +115,6 @@ extern unsigned long uml_physmem;
 extern struct page *arch_validate(struct page *page, gfp_t mask, int order);
 #define HAVE_ARCH_VALIDATE
 
-extern void arch_free_page(struct page *page, int order);
-#define HAVE_ARCH_FREE_PAGE
-
 #include <asm-generic/memory_model.h>
 #include <asm-generic/page.h>