Using the configs/mpc85xx_smp_defconfig shows this build error:
arch/powerpc/platforms/85xx/p1022_ds.c:341: error: 'udbg_progress' undeclared
here (not in a function)
Adding in the obvious missing header fixes it.
Signed-off-by: Paul Gortmaker
diff --git a/arch/powerpc/platforms/85xx/p1022_d
On Sat, Jan 21, 2012 at 9:52 AM, Paul Gortmaker
wrote:
> Using the configs/mpc85xx_smp_defconfig shows this build error:
>
> arch/powerpc/platforms/85xx/p1022_ds.c:341: error: 'udbg_progress' undeclared
> here (not in a function)
>
> Adding in the obvious missing header fixes it.
I just noticed