]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mpc85xx: Add missing include in mpc85xx_sleep.c
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:12 +0000 (12:28 -0400)
committerTom 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

index 770fa0d62be5e92b2c3ee04ec2343208a30fa78e..d4ca278e883163866a1841ebb16754a6f693869d 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <log.h>
+#include <asm/cache.h>
 #include <asm/global_data.h>
 #include <asm/immap_85xx.h>
 #include "sleep.h"