aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKumar Gala <galak@freescale.com>2005-08-24 11:56:56 -0500
committerPaul Mackerras <paulus@samba.org>2005-09-06 16:07:53 +1000
commitfa2259b06c38a7c392966c66cd1cdd710d487463 (patch)
tree65b56e6bca98357f5a6edc18873765e2a3048152 /arch
parent6b9269abd64c54f11dc4aaf162d2915fccae6c77 (diff)
[PATCH] ppc64: remove use of asm/segment.h
Removed PPC64 architecture specific users of asm/segment.h. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/ppc64/kernel/time.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ppc64/kernel/time.c b/arch/ppc64/kernel/time.c
index 1696e1b05bb9..91ef95ccda4f 100644
--- a/arch/ppc64/kernel/time.c
+++ b/arch/ppc64/kernel/time.c
@@ -51,7 +51,6 @@
#include <linux/cpu.h>
#include <linux/security.h>
-#include <asm/segment.h>
#include <asm/io.h>
#include <asm/processor.h>
#include <asm/nvram.h>