diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-11-20 19:23:02 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-11-24 20:32:20 +0300 |
commit | 25d39b590dac0b8230cc3663c9f8f1a3a21831fd (patch) | |
tree | aa8c635664df5bca0567f5ece92d5481607b4000 /drivers/dma/ti | |
parent | 75fa2d4218c7df7added689dc941ba7b52519b2e (diff) | |
download | linux-25d39b590dac0b8230cc3663c9f8f1a3a21831fd.tar.xz |
dmaengine: stm32: mark of_device_id table as maybe unused
The driver uses a second of_device_id table in the probe()
function by passing it to of_match_node(). This code will be a no-op
for compile testing (!CONFIG_OF on x86_64):
drivers/dma/stm32-dmamux.c:171:34: warning:
‘stm32_stm32dma_master_match’ defined but not used [-Wunused-const-variable=]
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20201120162303.482126-5-krzk@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/ti')
0 files changed, 0 insertions, 0 deletions