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: v2024.04-rc1~8^2~62^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=639eab42e52c2ce67c852f08350ffa6f1b855546;p=pandora-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 770fa0d62be..d4ca278e883 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"