dmaengine: idxd: Remove the unused function set_completion_address()
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Mon, 12 Dec 2022 03:35:14 +0000 (11:35 +0800)
committerVinod Koul <vkoul@kernel.org>
Wed, 28 Dec 2022 06:59:06 +0000 (12:29 +0530)
commit5840c8915a2f2becd760ba3a700ee7832d13c53f
treed9042fae4eca54b43f6c2a9136ac167e885274c1
parent3f58e10615f3bd7da8d0ef2f9c815d8e1a968122
dmaengine: idxd: Remove the unused function set_completion_address()

The function set_completion_address is defined in the dma.c file, but not
called elsewhere, so remove this unused function.

drivers/dma/idxd/dma.c:66:20: warning: unused function 'set_completion_address'.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3416
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Acked-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/20221212033514.5831-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/idxd/dma.c