Commit 3d6364abcfdaedeb34418c2894f61251d48614f6

Authored by Kumar Gala
Committed by David S. Miller
1 parent 6c52a96e6c

[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>

Showing 3 changed files with 0 additions and 8 deletions Side-by-side Diff

arch/sparc64/kernel/setup.c
... ... @@ -33,7 +33,6 @@
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>
include/asm-sparc64/processor.h
... ... @@ -18,7 +18,6 @@
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 */
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