Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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: brian@murphy.dk
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

brian@murphy.dk and committed by
Greg Kroah-Hartman
a3fdf4eb 00ab997d

+3
+3
drivers/usb/core/usb.c
··· 1532 1532 EXPORT_SYMBOL(usb_deregister); 1533 1533 EXPORT_SYMBOL(usb_disabled); 1534 1534 1535 + EXPORT_SYMBOL_GPL(usb_get_intf); 1536 + EXPORT_SYMBOL_GPL(usb_put_intf); 1537 + 1535 1538 EXPORT_SYMBOL(usb_alloc_dev); 1536 1539 EXPORT_SYMBOL(usb_put_dev); 1537 1540 EXPORT_SYMBOL(usb_get_dev);