[PATCH] powerpc/85xx: fix build failure from p1022 in SMP defconfig

2012-01-21 Thread Paul Gortmaker
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

Re: [PATCH] powerpc/85xx: fix build failure from p1022 in SMP defconfig

2012-01-21 Thread Paul Gortmaker
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