diff options
author | Heikki Krogerus | 2020-09-04 15:51:20 +0300 |
---|---|---|
committer | Greg Kroah-Hartman | 2020-09-07 11:14:09 +0200 |
commit | 180c284ce4d66d2fb386b81bea59f01bc7be150a (patch) | |
tree | 26618b53adfc7d3bc45d7f40eee5f37a0aeafc47 /include/linux/device.h | |
parent | 51fae39bd5018e4f6d3e65a1a1a8ad40b5ee3662 (diff) |
device connection: Remove device_connection_find()
There are no users for that function.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20200904125123.83725-2-heikki.krogerus@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index ca18da4768e3..0704461e8aad 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -319,8 +319,6 @@ void *fwnode_connection_find_match(struct fwnode_handle *fwnode, void *device_connection_find_match(struct device *dev, const char *con_id, void *data, devcon_match_fn_t match); -struct device *device_connection_find(struct device *dev, const char *con_id); - void device_connection_add(struct device_connection *con); void device_connection_remove(struct device_connection *con); |