From: Christoph Hellwig Date: Mon, 1 Mar 2021 07:38:31 +0000 (+0100) Subject: MIPS: bmips: include for phys_to_dma X-Git-Tag: io_uring-5.13-2021-05-07~12^2~100 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bb28b9f70f20f9a0447d96446353ed2841861234;p=linux-2.6-block.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 49061b870680..915ce4b189c1 100644 --- a/arch/mips/bmips/dma.c +++ b/arch/mips/bmips/dma.c @@ -10,7 +10,7 @@ #include #include -#include +#include #include #include #include