projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2bc3a3
)
powerpc: fix compile error with 85xx/p1022_ds.c
author
Michael Neuling
<
[email protected]
>
Sun, 11 Dec 2011 22:49:14 +0000
(09:49 +1100)
committer
Kumar Gala
<
[email protected]
>
Tue, 17 Jan 2012 19:08:08 +0000
(13:08 -0600)
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 <
[email protected]
>
Acked-by: Timur Tabi <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
arch/powerpc/platforms/85xx/p1022_ds.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/85xx/p1022_ds.c
b/arch/powerpc/platforms/85xx/p1022_ds.c
index bb3d84f4046f53342bc0390c02359a73a34d4866..b0984ada3f83c41db76a56f3adbbd7779af6d7c1 100644
(file)
--- 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"