aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2025-11-11 15:49:45 +0100
committerDanilo Krummrich <dakr@kernel.org>2025-11-19 10:26:22 +1300
commit4d24145a7833c14a6521dfab57c5f10076a0110f (patch)
treed38da3a62f67317ceb97b8ec39fa48baa29029ea /Documentation/driver-api
parente4addc7cc2dfcc19f1c8c8e47f3834b22cb21559 (diff)
downloadlinux-4d24145a7833c14a6521dfab57c5f10076a0110f.tar.gz
devres: Remove unused devm_free_percpu()
Remove unused devm_free_percpu(). By the way, it was never used in the drivers/ from day 1. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://patch.msgid.link/20251111145046.997309-2-andriy.shevchenko@linux.intel.com Signed-off-by: Danilo Krummrich <dakr@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/driver-model/devres.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-api/driver-model/devres.rst b/Documentation/driver-api/driver-model/devres.rst
index 2b36ebde9cece8..0198ac65e87449 100644
--- a/Documentation/driver-api/driver-model/devres.rst
+++ b/Documentation/driver-api/driver-model/devres.rst
@@ -383,7 +383,6 @@ NET
PER-CPU MEM
devm_alloc_percpu()
- devm_free_percpu()
PCI
devm_pci_alloc_host_bridge() : managed PCI host bridge allocation