summaryrefslogtreecommitdiff
path: root/include/linux
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 /include/linux
parente4addc7cc2dfcc19f1c8c8e47f3834b22cb21559 (diff)
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 'include/linux')
-rw-r--r--include/linux/device.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index b031ff71a5bd..0c6377f6631c 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -298,7 +298,6 @@ void device_remove_bin_file(struct device *dev,
void __percpu *__devm_alloc_percpu(struct device *dev, size_t size,
size_t align);
-void devm_free_percpu(struct device *dev, void __percpu *pdata);
struct device_dma_parameters {
/*