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_64.c b/arch/powerpc/kernel/setup_64.c index 54c606f..fe39aac 100644 --- a/arch/powerpc/kernel/setup_64.c +++ b/arch/powerpc/kernel/setup_64.c
@@ -61,6 +61,8 @@ #include <asm/xmon.h> #include <asm/udbg.h> +#include "setup.h" + #ifdef DEBUG #define DBG(fmt...) udbg_printf(fmt) #else