projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6f29c8
)
mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sun, 17 Feb 2008 22:03:36 +0000
(23:03 +0100)
committer
Jon Loeliger
<jdl@freescale.com>
Mon, 18 Feb 2008 17:35:01 +0000
(11:35 -0600)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
cpu/mpc86xx/cpu_init.c
patch
|
blob
|
history
diff --git
a/cpu/mpc86xx/cpu_init.c
b/cpu/mpc86xx/cpu_init.c
index ab5906dbc0a230b60cc9ef60323c1b1086fa465e..0efd855a396ac3ed59fea7d5a3068440a94cbf2f 100644
(file)
--- a/
cpu/mpc86xx/cpu_init.c
+++ b/
cpu/mpc86xx/cpu_init.c
@@
-28,6
+28,7
@@
#include <common.h>
#include <mpc86xx.h>
+#include <asm/fsl_law.h>
DECLARE_GLOBAL_DATA_PTR;