From 855f93383ccd7d1bdebb33d73f72eaa37b6e4965 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 4 Jul 2006 14:07:42 +1000 Subject: [PATCH] --- yaml --- r: 34017 b: refs/heads/master c: 470407a88e549135dce5fba7d86fb9910f500e56 h: refs/heads/master i: 34015: f5e1ec835a1743bc57e5764ad62813cb1bfe3853 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kernel/prom_init.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index fc9fe460701c..20b56a0d7d4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e8c0acf9a4fe3b2b6847541bf5cc3c86c18272ec +refs/heads/master: 470407a88e549135dce5fba7d86fb9910f500e56 diff --git a/trunk/arch/powerpc/kernel/prom_init.c b/trunk/arch/powerpc/kernel/prom_init.c index b6c3ac20c14c..462bced40c12 100644 --- a/trunk/arch/powerpc/kernel/prom_init.c +++ b/trunk/arch/powerpc/kernel/prom_init.c @@ -557,7 +557,9 @@ unsigned long prom_memparse(const char *ptr, const char **retptr) static void __init early_cmdline_parse(void) { struct prom_t *_prom = &RELOC(prom); +#ifdef CONFIG_PPC64 const char *opt; +#endif char *p; int l = 0;