Re: [PATCH 3/7] ARM: mark various dma-mapping routines static in dma-mapping.c
From: Arnd Bergmann
Date: Thu Apr 21 2022 - 03:50:27 EST
On Thu, Apr 21, 2022 at 9:42 AM Christoph Hellwig <hch@xxxxxx> wrote:
>
> With the dmabounce removal these aren't used outside of dma-mapping.c,
> so mark them static. Move the dma_map_ops declarations down a bit
> to avoid lots of forward declarations.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>