get rid of legacy 'get_ds()' function
[linux-2.6-block.git] / arch / x86 / include / asm / uaccess.h
index c1334aaaa78d32dbab9a38b45deb51d3b1487576..5e49a0acb5eeb194fa892baebf01f4c0bfbfc531 100644 (file)
@@ -25,7 +25,6 @@
 #define KERNEL_DS      MAKE_MM_SEG(-1UL)
 #define USER_DS        MAKE_MM_SEG(TASK_SIZE_MAX)
 
-#define get_ds()       (KERNEL_DS)
 #define get_fs()       (current->thread.addr_limit)
 static inline void set_fs(mm_segment_t fs)
 {