]> www.infradead.org Git - users/jedix/linux-maple.git/commit
dmaengine: img-mdc: remove incorrect of_match_ptr annotation
authorArnd Bergmann <arnd@arndb.de>
Tue, 25 Feb 2025 16:33:12 +0000 (17:33 +0100)
committerVinod Koul <vkoul@kernel.org>
Thu, 27 Feb 2025 07:04:57 +0000 (12:34 +0530)
commit186fdd3d87e7b77f7537ff65f686d029cb6560d2
tree567e032c1eeaadd88178e093e80d171daba742b0
parent2c17e9ea0caa5555e31e154fa1b06260b816f5cc
dmaengine: img-mdc: remove incorrect of_match_ptr annotation

Building with W=1 shows a warning about of_ftpm_tee_ids being unused when
CONFIG_OF is disabled:

    drivers/dma/img-mdc-dma.c:863:34: error: unused variable 'mdc_dma_of_match' [-Werror,-Wunused-const-variable]

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20250225163315.4168033-1-arnd@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/img-mdc-dma.c