diff options
Diffstat (limited to 'ANDROID_3.4.5/include/linux/mmu_context.h')
-rw-r--r-- | ANDROID_3.4.5/include/linux/mmu_context.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ANDROID_3.4.5/include/linux/mmu_context.h b/ANDROID_3.4.5/include/linux/mmu_context.h deleted file mode 100644 index 70fffeba..00000000 --- a/ANDROID_3.4.5/include/linux/mmu_context.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _LINUX_MMU_CONTEXT_H -#define _LINUX_MMU_CONTEXT_H - -struct mm_struct; - -void use_mm(struct mm_struct *mm); -void unuse_mm(struct mm_struct *mm); - -#endif |