Re: [PATCH] dmaengine: remove DBGFS_FUNC_DECL()

From: Sinan Kaya
Date: Fri Nov 30 2018 - 11:00:04 EST


On 11/30/2018 10:42 AM, Yangtao Li wrote:
We already have the DEFINE_SHOW_ATTRIBUTE,There is no need to define
such a macro,so remove DBGFS_FUNC_DECL.Also use macro to simplify some
code.

Signed-off-by: Yangtao Li<tiny.windzz@xxxxxxxxx>
---
drivers/dma/amba-pl08x.c | 14 ++------------
drivers/dma/mic_x100_dma.c | 22 +++-------------------
drivers/dma/pxa_dma.c | 24 ++++++++++++------------
drivers/dma/qcom/hidma_dbg.c | 33 ++++++---------------------------

Acked-by: Sinan Kaya <okaya@xxxxxxxxxx> for drivers/dma/qcom/hidma_dbg.c

4 files changed, 23 insertions(+), 70 deletions(-)