]> git.baikalelectronics.ru Git - kernel.git/commit
of/device: Fix up of_dma_configure_id() stub
authorThierry Reding <treding@nvidia.com>
Wed, 24 Aug 2022 15:32:56 +0000 (17:32 +0200)
committerRob Herring <robh@kernel.org>
Thu, 25 Aug 2022 19:00:31 +0000 (14:00 -0500)
commit7d2bfb8e8ac33763661720d552ab98930539783d
tree669d95a2aa5c0caf3d90650aa16b6e4eebb0b14d
parent83f729c184ab765315d2f8cd9ac1337079c14f20
of/device: Fix up of_dma_configure_id() stub

Since the stub version of of_dma_configure_id() was added in commit
12cd424b0666 ("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: 12cd424b0666 ("of/device: Add input id to of_dma_configure()")
Cc: stable@vger.kernel.org
Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Frank Rowand <frank.rowand@sony.com>
Acked-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Link: https://lore.kernel.org/r/20220824153256.1437483-1-thierry.reding@gmail.com
Signed-off-by: Rob Herring <robh@kernel.org>
include/linux/of_device.h