]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-s390/mmu_context.h
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6-omap-h63xx.git] / 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);