From e205a9945cf9dbcec79d8271caba355916ea0943 Mon Sep 17 00:00:00 2001 From: Jim Quinlan Date: Mon, 23 May 2022 08:16:39 -0400 Subject: MIPS: bmips: Fix compiler warning observed on W=1 build The function arch_sync_dma_for_cpu_all() was used but was missing a prototype declaration. Signed-off-by: Jim Quinlan Reported-by: kernel test robot Acked-by: Florian Fainelli Signed-off-by: Thomas Bogendoerfer --- arch/mips/bmips/dma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/bmips') diff --git a/arch/mips/bmips/dma.c b/arch/mips/bmips/dma.c index c535f9cb75ec..33788668cbdb 100644 --- a/arch/mips/bmips/dma.c +++ b/arch/mips/bmips/dma.c @@ -1,6 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ #include +#include #include #include -- cgit v1.2.3