get rid of legacy 'get_ds()' function
[linux-2.6-microblaze.git] / arch / sparc / include / asm / uaccess_32.h
index 5153798..d6d8413 100644 (file)
@@ -25,7 +25,6 @@
 #define KERNEL_DS   ((mm_segment_t) { 0 })
 #define USER_DS     ((mm_segment_t) { -1 })
 
-#define get_ds()       (KERNEL_DS)
 #define get_fs()       (current->thread.current_ds)
 #define set_fs(val)    ((current->thread.current_ds) = (val))