Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3fdf4eb authored by brian@murphy.dk's avatar brian@murphy.dk Committed by Greg Kroah-Hartman
Browse files

[PATCH] USB: export usb_get_intf() and usb_put_intf()



Export usb_get_intf and usb_put_intf so that modules can increase
usb interface reference counts.

Signed-off-by: default avatar <brian@murphy.dk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 00ab997d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1532,6 +1532,9 @@ EXPORT_SYMBOL(usb_register);
EXPORT_SYMBOL(usb_deregister);
EXPORT_SYMBOL(usb_disabled);

EXPORT_SYMBOL_GPL(usb_get_intf);
EXPORT_SYMBOL_GPL(usb_put_intf);

EXPORT_SYMBOL(usb_alloc_dev);
EXPORT_SYMBOL(usb_put_dev);
EXPORT_SYMBOL(usb_get_dev);