fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / include / asm-m68k / mmu_context.h
index 5f9d306..231d11b 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef __M68K_MMU_CONTEXT_H
 #define __M68K_MMU_CONTEXT_H
 
-#include <linux/config.h>
 
 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk)
 {
@@ -124,7 +123,7 @@ static inline void get_mmu_context(struct mm_struct *mm)
                mm->context = get_free_context(mm);
 }
 
-/* flush context if allocated... */    
+/* flush context if allocated... */
 static inline void destroy_context(struct mm_struct *mm)
 {
        if(mm->context != SUN3_INVALID_CONTEXT)
@@ -150,5 +149,5 @@ static inline void activate_mm(struct mm_struct *prev_mm,
        activate_context(next_mm);
 }
 
-#endif 
+#endif
 #endif