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

[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
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/root_dev.h> #include <linux/root_dev.h>
#include <asm/segment.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/processor.h> #include <asm/processor.h>
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <linux/interrupt.h> #include <linux/interrupt.h>
#include <asm/oplib.h> #include <asm/oplib.h>
#include <asm/segment.h>
#include <asm/timer.h> #include <asm/timer.h>
#include <asm/mostek.h> #include <asm/mostek.h>
#include <asm/system.h> #include <asm/system.h>
......
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include <linux/profile.h> #include <linux/profile.h>
#include <asm/oplib.h> #include <asm/oplib.h>
#include <asm/segment.h>
#include <asm/timer.h> #include <asm/timer.h>
#include <asm/mostek.h> #include <asm/mostek.h>
#include <asm/system.h> #include <asm/system.h>
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <linux/module.h> #include <linux/module.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/segment.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
#include <asm/memreg.h> #include <asm/memreg.h>
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include <linux/bootmem.h> #include <linux/bootmem.h>
#include <asm/system.h> #include <asm/system.h>
#include <asm/segment.h>
#include <asm/vac-ops.h> #include <asm/vac-ops.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/pgtable.h> #include <asm/pgtable.h>
......
...@@ -19,7 +19,6 @@ ...@@ -19,7 +19,6 @@
#include <asm/ptrace.h> #include <asm/ptrace.h>
#include <asm/head.h> #include <asm/head.h>
#include <asm/signal.h> #include <asm/signal.h>
#include <asm/segment.h>
#include <asm/btfixup.h> #include <asm/btfixup.h>
#include <asm/page.h> #include <asm/page.h>
......
#ifndef __SPARC_SEGMENT_H
#define __SPARC_SEGMENT_H
/* Only here because we have some old header files that expect it.. */
#endif
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include <linux/threads.h> /* NR_CPUS */ #include <linux/threads.h> /* NR_CPUS */
#include <linux/thread_info.h> #include <linux/thread_info.h>
#include <asm/segment.h>
#include <asm/page.h> #include <asm/page.h>
#include <asm/psr.h> #include <asm/psr.h>
#include <asm/ptrace.h> #include <asm/ptrace.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment