summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <linux@treblig.org>2024-09-29 16:11:12 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-10-14 08:21:09 +0200
commit0ebe74c53b8b62bde7b02415d28e75aa25d6c2e6 (patch)
treed024f5d72e4a0f09f108fbe23e32f1ae0386d187 /Documentation/driver-api
parentlist: Remove duplicated and unused macro list_for_each_reverse (diff)
downloadlinux-0ebe74c53b8b62bde7b02415d28e75aa25d6c2e6.tar.xz
linux-0ebe74c53b8b62bde7b02415d28e75aa25d6c2e6.zip
drivers/base: Remove unused auxiliary_find_device
auxiliary_find_device has been unused since commit 1c5de097bea3 ("net/mlx5: Fix mlx5_get_next_dev() peer device matching") which was the only use since it was originally added. Remove it. Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org> Reviewed-by: Ira Weiny <ira.weiny@intel.com> Link: https://lore.kernel.org/r/20240929141112.69824-1-linux@treblig.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/auxiliary_bus.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/driver-api/auxiliary_bus.rst b/Documentation/driver-api/auxiliary_bus.rst
index cec84908fbc0..b236de773e1d 100644
--- a/Documentation/driver-api/auxiliary_bus.rst
+++ b/Documentation/driver-api/auxiliary_bus.rst
@@ -24,7 +24,6 @@ Auxiliary Device Creation
.. kernel-doc:: drivers/base/auxiliary.c
:identifiers: auxiliary_device_init __auxiliary_device_add
- auxiliary_find_device
Auxiliary Device Memory Model and Lifespan
------------------------------------------