summaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel
diff options
context:
space:
mode:
authorKumar Gala2005-09-13 10:25:10 +0200
committerLinus Torvalds2005-09-13 17:22:28 +0200
commit873d3469db66ea08e94b0d04a96b1a4507684824 (patch)
tree67e5df25890e6820388fb86b3b81d73fe0bff74e /arch/ppc/kernel
parent[PATCH] ppc32: discard *.exit.text and *.exit.data sections (diff)
downloadkernel-qcow2-linux-873d3469db66ea08e94b0d04a96b1a4507684824.tar.gz
kernel-qcow2-linux-873d3469db66ea08e94b0d04a96b1a4507684824.tar.xz
kernel-qcow2-linux-873d3469db66ea08e94b0d04a96b1a4507684824.zip
[PATCH] ppc32: remove use of asm/segment.h
Removed ppc32 architecture specific users of asm/segment.h and asm-ppc/segment.h itself Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/kernel')
-rw-r--r--arch/ppc/kernel/temp.c1
-rw-r--r--arch/ppc/kernel/time.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/ppc/kernel/temp.c b/arch/ppc/kernel/temp.c
index fe8bb634ead0..26bd8ea35a4e 100644
--- a/arch/ppc/kernel/temp.c
+++ b/arch/ppc/kernel/temp.c
@@ -21,7 +21,6 @@
#include <linux/interrupt.h>
#include <linux/init.h>
-#include <asm/segment.h>
#include <asm/io.h>
#include <asm/reg.h>
#include <asm/nvram.h>
diff --git a/arch/ppc/kernel/time.c b/arch/ppc/kernel/time.c
index a3c5281a5d2d..22d7fd1e0aea 100644
--- a/arch/ppc/kernel/time.c
+++ b/arch/ppc/kernel/time.c
@@ -58,7 +58,6 @@
#include <linux/init.h>
#include <linux/profile.h>
-#include <asm/segment.h>
#include <asm/io.h>
#include <asm/nvram.h>
#include <asm/cache.h>