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

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

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



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

Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3d6364ab
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#include <linux/spinlock.h>
#include <linux/root_dev.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
@@ -19,7 +19,6 @@
#include <linux/interrupt.h>

#include <asm/oplib.h>
#include <asm/segment.h>
#include <asm/timer.h>
#include <asm/mostek.h>
#include <asm/system.h>
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@
#include <linux/profile.h>

#include <asm/oplib.h>
#include <asm/segment.h>
#include <asm/timer.h>
#include <asm/mostek.h>
#include <asm/system.h>
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <linux/module.h>

#include <asm/system.h>
#include <asm/segment.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/memreg.h>
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
#include <linux/bootmem.h>

#include <asm/system.h>
#include <asm/segment.h>
#include <asm/vac-ops.h>
#include <asm/page.h>
#include <asm/pgtable.h>
Loading