commit | 66ba135c5a398df5c3a4b43d84d9df80cbc87c61 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Nov 09 11:01:06 2005 +1100 |
committer | Stephen Rothwell <sfr@canb.auug.org.au> | Wed Nov 09 11:35:26 2005 +1100 |
tree | 5c98394e1979044e9745f31acb736770aa7789ca | |
parent | fca5dcd4835ed09bb1a48a355344aff7a25c76e0 [diff] [blame] |
powerpc: create kernel/setup.h for functions defined by setup-common.c and used in setup_xx.c Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
diff --git a/arch/powerpc/kernel/setup_32.c b/arch/powerpc/kernel/setup_32.c index 0fbc73f..55f485f 100644 --- a/arch/powerpc/kernel/setup_32.c +++ b/arch/powerpc/kernel/setup_32.c
@@ -40,6 +40,8 @@ #include <asm/xmon.h> #include <asm/time.h> +#include "setup.h" + #define DBG(fmt...) #if defined CONFIG_KGDB