diff options
author | Kumar Gala <galak@freescale.com> | 2005-08-24 11:56:56 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-06 16:07:53 +1000 |
commit | fa2259b06c38a7c392966c66cd1cdd710d487463 (patch) | |
tree | 65b56e6bca98357f5a6edc18873765e2a3048152 /arch/ppc64 | |
parent | 6b9269abd64c54f11dc4aaf162d2915fccae6c77 (diff) | |
download | linux-fa2259b06c38a7c392966c66cd1cdd710d487463.tar.bz2 |
[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/ppc64')
-rw-r--r-- | arch/ppc64/kernel/time.c | 1 |
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> |