Re: [PATCH 02/12] Start split out of common open firmware code

2007-07-19 Thread David Miller
From: Stephen Rothwell <[EMAIL PROTECTED]> Date: Fri, 20 Jul 2007 01:09:11 +1000 > This creates drivers/of/base.c (depending on CONFIG_OF) and puts > the first trivially common bits from the prom.c files into it. > > Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> Acked-by: David S. Miller <

[PATCH 02/12] Start split out of common open firmware code

2007-07-19 Thread Stephen Rothwell
This creates drivers/of/base.c (depending on CONFIG_OF) and puts the first trivially common bits from the prom.c files into it. Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig |3 ++ arch/powerpc/kernel/prom.c | 41 --- arch/sparc/K