git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1365c
)
mpc85xx: Add missing include in mpc85xx_sleep.c
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:12 +0000
(12:28 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Nov 2023 19:50:51 +0000
(14:50 -0500)
This file needs the include file that provides the prototypes for
flush_dcache() and others.
Signed-off-by: Tom Rini <trini@konsulko.com>
board/freescale/common/mpc85xx_sleep.c
patch
|
blob
|
history
diff --git
a/board/freescale/common/mpc85xx_sleep.c
b/board/freescale/common/mpc85xx_sleep.c
index
770fa0d
..
d4ca278
100644
(file)
--- a/
board/freescale/common/mpc85xx_sleep.c
+++ b/
board/freescale/common/mpc85xx_sleep.c
@@
-4,6
+4,7
@@
*/
#include <log.h>
+#include <asm/cache.h>
#include <asm/global_data.h>
#include <asm/immap_85xx.h>
#include "sleep.h"