aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris/segment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris/segment.h')
-rw-r--r--include/asm-cris/segment.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-cris/segment.h b/include/asm-cris/segment.h
deleted file mode 100644
index c067513beaaf..000000000000
--- a/include/asm-cris/segment.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _ASM_SEGMENT_H
-#define _ASM_SEGMENT_H
-
-typedef struct {
- unsigned long seg;
-} mm_segment_t;
-
-#endif