diff options
Diffstat (limited to 'arch/cris/include/asm/segment.h')
-rw-r--r-- | arch/cris/include/asm/segment.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/cris/include/asm/segment.h b/arch/cris/include/asm/segment.h deleted file mode 100644 index 6ac914b..0000000 --- a/arch/cris/include/asm/segment.h +++ /dev/null @@ -1,9 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _ASM_SEGMENT_H -#define _ASM_SEGMENT_H - -typedef struct { - unsigned long seg; -} mm_segment_t; - -#endif |