summaryrefslogtreecommitdiff
path: root/include/asm-arm26/kmap_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm26/kmap_types.h')
-rw-r--r--include/asm-arm26/kmap_types.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/asm-arm26/kmap_types.h b/include/asm-arm26/kmap_types.h
deleted file mode 100644
index d5da712b723c..000000000000
--- a/include/asm-arm26/kmap_types.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef __ARM_KMAP_TYPES_H
-#define __ARM_KMAP_TYPES_H
-
-/*
- * This is the "bare minimum". AIO seems to require this.
- */
-enum km_type {
- KM_IRQ0,
- KM_USER1
-};
-
-#endif