From: Tom Rini Date: Wed, 1 Nov 2023 16:28:12 +0000 (-0400) Subject: mpc85xx: Add missing include in mpc85xx_sleep.c X-Git-Tag: v2025.01-rc5-pxa1908~582^2~36^2~12 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/git-logo.png?a=commitdiff_plain;h=639eab42e52c2ce67c852f08350ffa6f1b855546;p=u-boot.git mpc85xx: Add missing include in mpc85xx_sleep.c This file needs the include file that provides the prototypes for flush_dcache() and others. Signed-off-by: Tom Rini --- diff --git a/board/freescale/common/mpc85xx_sleep.c b/board/freescale/common/mpc85xx_sleep.c index 770fa0d62b..d4ca278e88 100644 --- a/board/freescale/common/mpc85xx_sleep.c +++ b/board/freescale/common/mpc85xx_sleep.c @@ -4,6 +4,7 @@ */ #include +#include #include #include #include "sleep.h"