summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/85xx/p1022_ds.c
diff options
context:
space:
mode:
authorMichael Neuling2011-12-11 23:49:14 +0100
committerKumar Gala2012-01-17 20:08:08 +0100
commitba8438fb4e85bfe6cf8d3149fe63b85e49fdf217 (patch)
tree3e422830d915aae51438162d234d3e007e8a6ed7 /arch/powerpc/platforms/85xx/p1022_ds.c
parentMerge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... (diff)
downloadkernel-qcow2-linux-ba8438fb4e85bfe6cf8d3149fe63b85e49fdf217.tar.gz
kernel-qcow2-linux-ba8438fb4e85bfe6cf8d3149fe63b85e49fdf217.tar.xz
kernel-qcow2-linux-ba8438fb4e85bfe6cf8d3149fe63b85e49fdf217.zip
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: Michael Neuling <mikey@neuling.org> Acked-by: Timur Tabi <timur@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/85xx/p1022_ds.c')
-rw-r--r--arch/powerpc/platforms/85xx/p1022_ds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/85xx/p1022_ds.c b/arch/powerpc/platforms/85xx/p1022_ds.c
index bb3d84f4046f..b0984ada3f83 100644
--- a/arch/powerpc/platforms/85xx/p1022_ds.c
+++ b/arch/powerpc/platforms/85xx/p1022_ds.c
@@ -25,6 +25,7 @@
#include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h>
+#include <asm/udbg.h>
#include <asm/fsl_guts.h>
#include "smp.h"