tree 8ace3f88ad0edfbf6152a45cfa21299a5fdbe17f parent 00ab997dd24fff82900665449f859e23a78ad5f4 author [EMAIL PROTECTED] <[EMAIL PROTECTED]> Thu, 30 Jun 2005 06:53:29 -0700 committer Greg Kroah-Hartman <[EMAIL PROTECTED]> Wed, 13 Jul 2005 01:52:57 -0700
[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: [EMAIL PROTECTED] Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]> drivers/usb/core/usb.c | 3 +++ 1 files changed, 3 insertions(+) diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c @@ -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); - To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
