summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/include/asm-generic/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/include/asm-generic/mmu.h')
-rw-r--r--ANDROID_3.4.5/include/asm-generic/mmu.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/ANDROID_3.4.5/include/asm-generic/mmu.h b/ANDROID_3.4.5/include/asm-generic/mmu.h
deleted file mode 100644
index 4f4aa56d..00000000
--- a/ANDROID_3.4.5/include/asm-generic/mmu.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef __ASM_GENERIC_MMU_H
-#define __ASM_GENERIC_MMU_H
-
-/*
- * This is the mmu.h header for nommu implementations.
- * Architectures with an MMU need something more complex.
- */
-#ifndef __ASSEMBLY__
-typedef struct {
- struct vm_list_struct *vmlist;
- unsigned long end_brk;
-} mm_context_t;
-#endif
-
-#endif /* __ASM_GENERIC_MMU_H */