get rid of legacy 'get_ds()' function
[linux-2.6-microblaze.git] / arch / mips / include / asm / uaccess.h
index d43c1dc..62b298c 100644 (file)
@@ -69,7 +69,6 @@ extern u64 __ua_limit;
 #define USER_DS                ((mm_segment_t) { __UA_LIMIT })
 #endif
 
-#define get_ds()       (KERNEL_DS)
 #define get_fs()       (current_thread_info()->addr_limit)
 #define set_fs(x)      (current_thread_info()->addr_limit = (x))