aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/mmsegment.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/mmsegment.h')
-rw-r--r--include/asm-x86/mmsegment.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-x86/mmsegment.h b/include/asm-x86/mmsegment.h
deleted file mode 100644
index d3f80c99633..00000000000
--- a/include/asm-x86/mmsegment.h
+++ /dev/null
@@ -1,8 +0,0 @@
1#ifndef _ASM_MMSEGMENT_H
2#define _ASM_MMSEGMENT_H 1
3
4typedef struct {
5 unsigned long seg;
6} mm_segment_t;
7
8#endif