powerpc: fix compile error with 85xx/p1022_ds.c
authorMichael Neuling <mikey@neuling.org>
Sun, 11 Dec 2011 22:49:14 +0000 (09:49 +1100)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 17 Jan 2012 19:08:08 +0000 (13:08 -0600)
commitba8438fb4e85bfe6cf8d3149fe63b85e49fdf217
tree3e422830d915aae51438162d234d3e007e8a6ed7
parentc2bc3a316a7281f67e36b34dac2802cbe36a9128
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>
arch/powerpc/platforms/85xx/p1022_ds.c