X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=arch%2Fh8300%2Finclude%2Fasm%2Fsegment.h;h=a407978f9f9fb8219f64f4561fbe80cfc91678e3;hb=736706bee3298208343a76096370e4f6a5c55915;hp=9adbf7e1aaa395e4337ab3b2e5e4729db9c2dc2c;hpb=84c4e1f89fefe70554da0ab33be72c9be7994379;p=linux-2.6-microblaze.git 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__ */