Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d6364ab authored by Kumar Gala's avatar Kumar Gala Committed by David S. Miller
Browse files

[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: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6c52a96e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@
#include <linux/cpu.h>
#include <linux/initrd.h>

#include <asm/segment.h>
#include <asm/system.h>
#include <asm/io.h>
#include <asm/processor.h>
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include <asm/a.out.h>
#include <asm/pstate.h>
#include <asm/ptrace.h>
#include <asm/segment.h>
#include <asm/page.h>

/* The sparc has no problems with write protection */

include/asm-sparc64/segment.h

deleted100644 → 0
+0 −6
Original line number Diff line number Diff line
#ifndef __SPARC64_SEGMENT_H
#define __SPARC64_SEGMENT_H

/* Only here because we have some old header files that expect it.. */

#endif