diff options
-rw-r--r-- | include/asm-generic/mmu_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-generic/mmu_context.h b/include/asm-generic/mmu_context.h index 1f2a8f9c9264..a7eec910ba6c 100644 --- a/include/asm-generic/mmu_context.h +++ b/include/asm-generic/mmu_context.h | |||
@@ -42,9 +42,4 @@ static inline void activate_mm(struct mm_struct *prev_mm, | |||
42 | { | 42 | { |
43 | } | 43 | } |
44 | 44 | ||
45 | static inline void arch_bprm_mm_init(struct mm_struct *mm, | ||
46 | struct vm_area_struct *vma) | ||
47 | { | ||
48 | } | ||
49 | |||
50 | #endif /* __ASM_GENERIC_MMU_CONTEXT_H */ | 45 | #endif /* __ASM_GENERIC_MMU_CONTEXT_H */ |