diff options
author | Yang Yingliang <yangyingliang@huawei.com> | 2022-11-02 10:27:01 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-11-04 20:18:21 +0530 |
commit | 739153a6ae6891ff42ed9dbbd8e72dd99e6c8ba5 (patch) | |
tree | ebc412c8a0de587ebaec540c6efc76c654d498f5 /Documentation | |
parent | 17a36713babe882928b869b427729c85deeb1267 (diff) | |
download | linux-stable-739153a6ae6891ff42ed9dbbd8e72dd99e6c8ba5.tar.gz linux-stable-739153a6ae6891ff42ed9dbbd8e72dd99e6c8ba5.tar.bz2 linux-stable-739153a6ae6891ff42ed9dbbd8e72dd99e6c8ba5.zip |
Documentation: devres: add missing devm_acpi_dma_controller_free() helper
Add missing devm_acpi_dma_controller_free() to devres.rst, it's introduced
by commit 1b2e98bc1e35 ("dma: acpi-dma: introduce ACPI DMA helpers").
Fixes: 1b2e98bc1e35 ("dma: acpi-dma: introduce ACPI DMA helpers")
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Vinod Koul <vinod.koul@intel.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20221102022701.1407289-1-yangyingliang@huawei.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/driver-model/devres.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst index 687adb58048e..99a989ebee87 100644 --- a/Documentation/driver-api/driver-model/devres.rst +++ b/Documentation/driver-api/driver-model/devres.rst @@ -437,6 +437,7 @@ SERDEV SLAVE DMA ENGINE devm_acpi_dma_controller_register() + devm_acpi_dma_controller_free() SPI devm_spi_alloc_master() |