diff options
| author | Dr. David Alan Gilbert <linux@treblig.org> | 2024-09-29 17:11:12 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-10-14 09:21:09 +0300 |
| commit | 0ebe74c53b8b62bde7b02415d28e75aa25d6c2e6 (patch) | |
| tree | d024f5d72e4a0f09f108fbe23e32f1ae0386d187 /include | |
| parent | cec78a59abc9b1a06f742cb96479fc0bb1fe4e90 (diff) | |
| download | linux-0ebe74c53b8b62bde7b02415d28e75aa25d6c2e6.tar.xz | |
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 'include')
| -rw-r--r-- | include/linux/auxiliary_bus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/auxiliary_bus.h b/include/linux/auxiliary_bus.h index 31762324bcc9..65dd7f154374 100644 --- a/include/linux/auxiliary_bus.h +++ b/include/linux/auxiliary_bus.h @@ -269,8 +269,4 @@ void auxiliary_driver_unregister(struct auxiliary_driver *auxdrv); #define module_auxiliary_driver(__auxiliary_driver) \ module_driver(__auxiliary_driver, auxiliary_driver_register, auxiliary_driver_unregister) -struct auxiliary_device *auxiliary_find_device(struct device *start, - const void *data, - device_match_t match); - #endif /* _AUXILIARY_BUS_H_ */ |
