get rid of legacy 'get_ds()' function
[linux-2.6-microblaze.git] / arch / h8300 / include / asm / segment.h
index 9adbf7e..a407978 100644 (file)
@@ -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__ */