diff options
author | Kumar Gala <galak@freescale.com> | 2005-06-21 17:15:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 18:46:25 -0700 |
commit | ba8c6d534a0144375f910e764ec965d5e8059f7a (patch) | |
tree | 0a203579ca841db7ee260264fbb7f9fd91a0195b /arch/ppc/syslib/ppc85xx_setup.c | |
parent | 1492ec8069ea6f82bc32df27cabbec72e554e2b8 (diff) | |
download | op-kernel-dev-ba8c6d534a0144375f910e764ec965d5e8059f7a.zip op-kernel-dev-ba8c6d534a0144375f910e764ec965d5e8059f7a.tar.gz |
[PATCH] ppc32: remove some unnecessary includes of prom.h
Fight the Good Fight: Limit prom.h header creep.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ppc/syslib/ppc85xx_setup.c')
-rw-r--r-- | arch/ppc/syslib/ppc85xx_setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/ppc/syslib/ppc85xx_setup.c b/arch/ppc/syslib/ppc85xx_setup.c index 455473f..ca95d79 100644 --- a/arch/ppc/syslib/ppc85xx_setup.c +++ b/arch/ppc/syslib/ppc85xx_setup.c @@ -23,7 +23,6 @@ #include <linux/serial_core.h> #include <linux/serial_8250.h> -#include <asm/prom.h> #include <asm/time.h> #include <asm/mpc85xx.h> #include <asm/immap_85xx.h> @@ -33,6 +32,8 @@ #include <syslib/ppc85xx_setup.h> +extern void abort(void); + /* Return the amount of memory */ unsigned long __init mpc85xx_find_end_of_memory(void) |