]> git.baikalelectronics.ru Git - uboot.git/commit
imx: ahab: fix implicit declaration warning
authorOliver Graute <oliver.graute@kococonnector.com>
Fri, 6 Nov 2020 08:09:29 +0000 (09:09 +0100)
committerStefano Babic <sbabic@denx.de>
Sun, 6 Dec 2020 14:31:36 +0000 (15:31 +0100)
commit87d38385f76582371557c60edceb01551453afa0
tree365c7de6bcca50913a56a41666eb646b03b66af3
parent6ec67832fce119a303389233117b8bf04e1270ca
imx: ahab: fix implicit declaration warning

Fix the following warning:

arch/arm/mach-imx/imx8/ahab.c:105:3: warning: implicit declaration of function ‘flush_dcache_range’ [-Wimplicit-function-declaration]
   flush_dcache_range(s, e);
   ^~~~~~~~~~~~~~~~~~

Include cpu_func.h header which declares the flush_dcache_range()
function.

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Cc: Stefano Babic <sbabic@denx.de>
Cc: uboot-imx <uboot-imx@nxp.com>
arch/arm/mach-imx/imx8/ahab.c