kernel: move use_mm/unuse_mm to kthread.c
[linux-2.6-microblaze.git] / include / linux / mmu_context.h
index d9a543a..c51a841 100644 (file)
@@ -4,11 +4,6 @@
 
 #include <asm/mmu_context.h>
 
-struct mm_struct;
-
-void use_mm(struct mm_struct *mm);
-void unuse_mm(struct mm_struct *mm);
-
 /* Architectures that care about IRQ state in switch_mm can override this. */
 #ifndef switch_mm_irqs_off
 # define switch_mm_irqs_off switch_mm