Skip to content
Commit 40bfe7a8 authored by Thierry Reding's avatar Thierry Reding Committed by Rob Herring
Browse files

of/device: Fix up of_dma_configure_id() stub



Since the stub version of of_dma_configure_id() was added in commit
a081bd4a ("of/device: Add input id to of_dma_configure()"), it has
not matched the signature of the full function, leading to build failure
reports when code using this function is built on !OF configurations.

Fixes: a081bd4a ("of/device: Add input id to of_dma_configure()")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Reviewed-by: default avatarFrank Rowand <frank.rowand@sony.com>
Acked-by: default avatarLorenzo Pieralisi <lpieralisi@kernel.org>
Link: https://lore.kernel.org/r/20220824153256.1437483-1-thierry.reding@gmail.com


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent c6a43fb3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment