diff options
author | Kumar Gala <galak@freescale.com> | 2005-09-13 04:25:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 11:22:28 -0400 |
commit | 873d3469db66ea08e94b0d04a96b1a4507684824 (patch) | |
tree | 67e5df25890e6820388fb86b3b81d73fe0bff74e /arch/ppc/kernel/time.c | |
parent | 6a00cbfcf8ffdd719cb5a27e1a0a9779665d1e23 (diff) |
[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/time.c')
-rw-r--r-- | arch/ppc/kernel/time.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
58 | #include <linux/init.h> | 58 | #include <linux/init.h> |
59 | #include <linux/profile.h> | 59 | #include <linux/profile.h> |
60 | 60 | ||
61 | #include <asm/segment.h> | ||
62 | #include <asm/io.h> | 61 | #include <asm/io.h> |
63 | #include <asm/nvram.h> | 62 | #include <asm/nvram.h> |
64 | #include <asm/cache.h> | 63 | #include <asm/cache.h> |