* [v4,4/5] dmaengine: mediatek: mtk_hsdma_find_active_desc() can be static
@ 2018-02-08 17:58 sean.wang
0 siblings, 0 replies; only message in thread
From: sean.wang @ 2018-02-08 17:58 UTC (permalink / raw)
To: vinod.koul, dan.j.williams, robh+dt, mark.rutland
Cc: dmaengine, devicetree, linux-mediatek, linux-arm-kernel,
linux-kernel, kbuild test robot, Fengguang Wu
From: kbuild test robot <lkp@intel.com>
Fixes: c8e4b2e4ca21 ("dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT7623 SoC")
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Acked-by: Sean Wang <sean.wang@mediatek.com>
---
drivers/dma/mediatek/mtk-hsdma.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/dma/mediatek/mtk-hsdma.c b/drivers/dma/mediatek/mtk-hsdma.c
index d394fc6..42b5b23 100644
--- a/drivers/dma/mediatek/mtk-hsdma.c
+++ b/drivers/dma/mediatek/mtk-hsdma.c
@@ -644,8 +644,8 @@ static irqreturn_t mtk_hsdma_irq(int irq, void *devid)
return IRQ_HANDLED;
}
-struct virt_dma_desc *mtk_hsdma_find_active_desc(struct dma_chan *c,
- dma_cookie_t cookie)
+static struct virt_dma_desc *mtk_hsdma_find_active_desc(struct dma_chan *c,
+ dma_cookie_t cookie)
{
struct mtk_hsdma_vchan *hvc = to_hsdma_vchan(c);
struct virt_dma_desc *vd;
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2018-02-08 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-08 17:58 [v4,4/5] dmaengine: mediatek: mtk_hsdma_find_active_desc() can be static sean.wang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).