From: Christoph Hellwig Date: Mon, 1 Mar 2021 07:38:31 +0000 (+0100) Subject: MIPS: bmips: include for phys_to_dma X-Git-Tag: v5.13-rc1~97^2~100 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb28b9f70f20f9a0447d96446353ed2841861234;p=thirdparty%2Fkernel%2Flinux.git MIPS: bmips: include for phys_to_dma Ensure this file has a prototype for phys_to_dma and dma_to_phys. Signed-off-by: Christoph Hellwig Acked-by: Florian Fainelli Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Thomas Bogendoerfer --- diff --git a/arch/mips/bmips/dma.c b/arch/mips/bmips/dma.c index 49061b870680b..915ce4b189c15 100644 --- a/arch/mips/bmips/dma.c +++ b/arch/mips/bmips/dma.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include