projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00ab997
)
[PATCH] USB: export usb_get_intf() and usb_put_intf()
author
brian@murphy.dk
<brian@murphy.dk>
Wed, 29 Jun 2005 23:53:29 +0000
(16:53 -0700)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 12 Jul 2005 18:52:57 +0000
(11:52 -0700)
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>
drivers/usb/core/usb.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/core/usb.c
b/drivers/usb/core/usb.c
index 7713a605fce79d3f3dfcc7050cdb298aec32324d..99c85d2f92daaf115df6cbe902a8f7a266fa3f66 100644
(file)
--- 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);