aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/segment.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/asm/segment.h')
-rw-r--r--arch/h8300/include/asm/segment.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/h8300/include/asm/segment.h b/arch/h8300/include/asm/segment.h
index 9adbf7e1aaa3..a407978f9f9f 100644
--- a/arch/h8300/include/asm/segment.h
+++ b/arch/h8300/include/asm/segment.h
@@ -33,12 +33,6 @@ static inline mm_segment_t get_fs(void)
return USER_DS;
}
-static inline mm_segment_t get_ds(void)
-{
- /* return the supervisor data space code */
- return KERNEL_DS;
-}
-
#define segment_eq(a, b) ((a).seg == (b).seg)
#endif /* __ASSEMBLY__ */