usb: Remove usb_for_each_port()
There are no more users for the function. Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Link: https://lore.kernel.org/r/20211223082432.45653-1-heikki.krogerus@linux.intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
730b49aac4
commit
510a0bdb2b
@@ -875,15 +875,6 @@ extern struct usb_host_interface *usb_find_alt_setting(
|
||||
unsigned int iface_num,
|
||||
unsigned int alt_num);
|
||||
|
||||
#if IS_REACHABLE(CONFIG_USB)
|
||||
int usb_for_each_port(void *data, int (*fn)(struct device *, void *));
|
||||
#else
|
||||
static inline int usb_for_each_port(void *data, int (*fn)(struct device *, void *))
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* port claiming functions */
|
||||
int usb_hub_claim_port(struct usb_device *hdev, unsigned port1,
|
||||
struct usb_dev_state *owner);
|
||||
|
||||
Reference in New Issue
Block a user