diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-01 17:02:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-04-01 17:02:18 +0200 |
commit | 5bab5dc780c9ed0c69fc2f828015532acf4a7848 (patch) | |
tree | fe1eb13eeab8ccddd5b8281c1162e7307c12bc1c /drivers/usb/core/hub.h | |
parent | ef83531c8e4a5f2fc9c602be7e2a300de1575ee4 (diff) | |
parent | 39cd87c4eb2b893354f3b850f916353f2658ae6f (diff) | |
download | linux-5bab5dc780c9ed0c69fc2f828015532acf4a7848.tar.gz linux-5bab5dc780c9ed0c69fc2f828015532acf4a7848.tar.bz2 linux-5bab5dc780c9ed0c69fc2f828015532acf4a7848.zip |
Merge 6.9-rc2 into usb-next
We need the USB fixes in here as well.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/core/hub.h')
-rw-r--r-- | drivers/usb/core/hub.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/core/hub.h b/drivers/usb/core/hub.h index 3820703b11d8..e6ae73f8a95d 100644 --- a/drivers/usb/core/hub.h +++ b/drivers/usb/core/hub.h @@ -129,6 +129,8 @@ extern void usb_hub_remove_port_device(struct usb_hub *hub, extern int usb_hub_set_port_power(struct usb_device *hdev, struct usb_hub *hub, int port1, bool set); extern struct usb_hub *usb_hub_to_struct_hub(struct usb_device *hdev); +extern void hub_get(struct usb_hub *hub); +extern void hub_put(struct usb_hub *hub); extern int hub_port_debounce(struct usb_hub *hub, int port1, bool must_be_connected); extern int usb_clear_port_feature(struct usb_device *hdev, |