]> err.no Git - linux-2.6/blobdiff - include/asm-s390/mmu_context.h
[PATCH] fs: reiserfs add missing brackets
[linux-2.6] / include / asm-s390 / mmu_context.h
index 3a3bb3f2dad56834aa7c7355f8ce6a203edcc37a..bcf24a8738740e4b663a9d22e486b82978e9f11b 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);