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 | |
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')
-rw-r--r-- | arch/ppc/kernel/temp.c | 1 | ||||
-rw-r--r-- | arch/ppc/kernel/time.c | 1 | ||||
-rw-r--r-- | arch/ppc/platforms/chrp_time.c | 1 | ||||
-rw-r--r-- | arch/ppc/syslib/prep_nvram.c | 1 |
4 files changed, 0 insertions, 4 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 @@ | |||
21 | #include <linux/interrupt.h> | 21 | #include <linux/interrupt.h> |
22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | 23 | ||
24 | #include <asm/segment.h> | ||
25 | #include <asm/io.h> | 24 | #include <asm/io.h> |
26 | #include <asm/reg.h> | 25 | #include <asm/reg.h> |
27 | #include <asm/nvram.h> | 26 | #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 @@ | |||
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> |
diff --git a/arch/ppc/platforms/chrp_time.c b/arch/ppc/platforms/chrp_time.c index 4864a7de3daa..6037ce7796f5 100644 --- a/arch/ppc/platforms/chrp_time.c +++ b/arch/ppc/platforms/chrp_time.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #include <linux/init.h> | 22 | #include <linux/init.h> |
23 | #include <linux/bcd.h> | 23 | #include <linux/bcd.h> |
24 | 24 | ||
25 | #include <asm/segment.h> | ||
26 | #include <asm/io.h> | 25 | #include <asm/io.h> |
27 | #include <asm/nvram.h> | 26 | #include <asm/nvram.h> |
28 | #include <asm/prom.h> | 27 | #include <asm/prom.h> |
diff --git a/arch/ppc/syslib/prep_nvram.c b/arch/ppc/syslib/prep_nvram.c index 2bcf8a16d1c9..8599850ca772 100644 --- a/arch/ppc/syslib/prep_nvram.c +++ b/arch/ppc/syslib/prep_nvram.c | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <linux/ioport.h> | 15 | #include <linux/ioport.h> |
16 | 16 | ||
17 | #include <asm/sections.h> | 17 | #include <asm/sections.h> |
18 | #include <asm/segment.h> | ||
19 | #include <asm/io.h> | 18 | #include <asm/io.h> |
20 | #include <asm/machdep.h> | 19 | #include <asm/machdep.h> |
21 | #include <asm/prep_nvram.h> | 20 | #include <asm/prep_nvram.h> |