diff mbox series

[08/20] mpc85xx: Add missing include in mpc85xx_sleep.c

Message ID 20231101162824.3755579-8-trini@konsulko.com
State Accepted
Commit 639eab42e52c2ce67c852f08350ffa6f1b855546
Delegated to: Tom Rini
Headers show
Series [01/20] m68k: Remove CONFIG_FSLDMAFEC | expand

Commit Message

Tom Rini Nov. 1, 2023, 4:28 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/board/freescale/common/mpc85xx_sleep.c b/board/freescale/common/mpc85xx_sleep.c
index 770fa0d62be5..d4ca278e8831 100644
--- 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"