[SPARC64]: remove use of asm/segment.h

Removed sparc64 architecture specific users of asm/segment.h and
asm-sparc64/segment.h itself

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Kumar Gala and committed by
David S. Miller
3d6364ab 6c52a96e

-8
-1
arch/sparc64/kernel/setup.c
··· 33 33 #include <linux/cpu.h> 34 34 #include <linux/initrd.h> 35 35 36 - #include <asm/segment.h> 37 36 #include <asm/system.h> 38 37 #include <asm/io.h> 39 38 #include <asm/processor.h>
-1
include/asm-sparc64/processor.h
··· 18 18 #include <asm/a.out.h> 19 19 #include <asm/pstate.h> 20 20 #include <asm/ptrace.h> 21 - #include <asm/segment.h> 22 21 #include <asm/page.h> 23 22 24 23 /* The sparc has no problems with write protection */
-6
include/asm-sparc64/segment.h
··· 1 - #ifndef __SPARC64_SEGMENT_H 2 - #define __SPARC64_SEGMENT_H 3 - 4 - /* Only here because we have some old header files that expect it.. */ 5 - 6 - #endif