Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba8438fb authored by Michael Neuling's avatar Michael Neuling Committed by Kumar Gala
Browse files

powerpc: fix compile error with 85xx/p1022_ds.c



Current linux-next compiled with mpc85xx_defconfig causes this:
 arch/powerpc/platforms/85xx/p1022_ds.c:341:14: error: 'udbg_progress' undeclared here (not in a function)

Add include to fix this.

Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Acked-by: default avatarTimur Tabi <timur@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent c2bc3a31
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -25,6 +25,7 @@


#include <sysdev/fsl_soc.h>
#include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h>
#include <sysdev/fsl_pci.h>
#include <asm/udbg.h>
#include <asm/fsl_guts.h>
#include <asm/fsl_guts.h>
#include "smp.h"
#include "smp.h"