summaryrefslogtreecommitdiff
path: root/include/asm-arm26/mmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/mmu.h')
-rw-r--r--include/asm-arm26/mmu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-arm26/mmu.h b/include/asm-arm26/mmu.h
deleted file mode 100644
index 9b8d3d781a1e..000000000000
--- a/include/asm-arm26/mmu.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef __ARM_MMU_H
-#define __ARM_MMU_H
-
-/*
- * The ARM doesn't have a mmu context
- */
-typedef struct { } mm_context_t;
-
-#endif