summaryrefslogtreecommitdiff
path: root/kernel/kheaders.c
diff options
context:
space:
mode:
authorLukas Bulwahn <lukas.bulwahn@gmail.com>2020-11-13 09:12:48 +0100
committerVinod Koul <vkoul@kernel.org>2020-11-16 22:42:28 +0530
commit4e7d4f295dee1feed96b2b0a31d80d673b5465e8 (patch)
tree6385c1f6cf351378c3e5d3a3b4a8f2aeec79d073 /kernel/kheaders.c
parent8326be9f1c0bb498baf134878a8deb8a952e0135 (diff)
dmaengine: ioatdma: remove unused function missed during dma_v2 removal
Commit 7f832645d0e5 ("dmaengine: ioatdma: remove ioatdma v2 registration") missed to remove dca2_tag_map_valid() during its removal. Hence, since then, dca2_tag_map_valid() is unused and make CC=clang W=1 warns: drivers/dma/ioat/dca.c:44:19: warning: unused function 'dca2_tag_map_valid' [-Wunused-function] So, remove this unused function and get rid of a -Wused-function warning. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Reviewed-by: Nathan Chancellor <natechancellor@gmail.com> Link: https://lore.kernel.org/r/20201113081248.26416-1-lukas.bulwahn@gmail.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'kernel/kheaders.c')
0 files changed, 0 insertions, 0 deletions