This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-s390 / mmu_context.h
index 3a3bb3f..bcf24a8 100644 (file)
@@ -44,7 +44,7 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
 
 #define deactivate_mm(tsk,mm)  do { } while (0)
 
-extern inline void activate_mm(struct mm_struct *prev,
+static inline void activate_mm(struct mm_struct *prev,
                                struct mm_struct *next)
 {
         switch_mm(prev, next, current);