Re: [PATCH 1/4] arm-nommu: don't define arch_teardown_dma_ops

2018-09-11 Thread Vladimir Murzin
On 27/08/18 09:47, Christoph Hellwig wrote: > We can just use the default implementation. > > Signed-off-by: Christoph Hellwig > --- > arch/arm/include/asm/dma-mapping.h | 2 ++ > arch/arm/mm/dma-mapping-nommu.c| 4 > 2 files changed, 2 insertions(+), 4 deletions(-) > > diff --git a/ar

Re: [PATCH 1/4] arm-nommu: don't define arch_teardown_dma_ops

2018-09-06 Thread Robin Murphy
On 27/08/18 09:47, Christoph Hellwig wrote: We can just use the default implementation. Reviewed-by: Robin Murphy Signed-off-by: Christoph Hellwig --- arch/arm/include/asm/dma-mapping.h | 2 ++ arch/arm/mm/dma-mapping-nommu.c| 4 2 files changed, 2 insertions(+), 4 deletions(-)

[PATCH 1/4] arm-nommu: don't define arch_teardown_dma_ops

2018-08-27 Thread Christoph Hellwig
We can just use the default implementation. Signed-off-by: Christoph Hellwig --- arch/arm/include/asm/dma-mapping.h | 2 ++ arch/arm/mm/dma-mapping-nommu.c| 4 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/arch/arm/include/asm/dma-mapping.h b/arch/arm/include/asm/dma-m