]> git.dujemihanovic.xyz Git - u-boot.git/commit
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)
commit639eab42e52c2ce67c852f08350ffa6f1b855546
tree618a70606525afcee216191de080bf385011e8ca
parentdd1365c2e93563e589892fded756a18a39bd8815
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 <trini@konsulko.com>
board/freescale/common/mpc85xx_sleep.c