Oliver Neukum wrote:
Could you make a single patch for that?
Regards
Oliver
Here are the patches resubmitted with the exporting of symbols split off
to a seperate patch.
/Brian
Export usb_get_intf and usb_put_intf so that modules can increase
usb interface reference counts.
Signed-off-by: [EMAIL PROTECTED]
diff -r -u linux-2.6.11-bk7.clean/drivers/usb/core/usb.c
linux-2.6.11-bk7/drivers/usb/core/usb.c
--- linux-2.6.11-bk7.clean/drivers/usb/core/usb.c 2005-03-12
22:43:31.000000000 +0100
+++ linux-2.6.11-bk7/drivers/usb/core/usb.c 2005-03-13 08:10:35.000000000
+0100
@@ -1499,6 +1499,9 @@
EXPORT_SYMBOL(usb_deregister);
EXPORT_SYMBOL(usb_disabled);
+EXPORT_SYMBOL(usb_get_intf);
+EXPORT_SYMBOL(usb_put_intf);
+
EXPORT_SYMBOL(usb_alloc_dev);
EXPORT_SYMBOL(usb_put_dev);
EXPORT_SYMBOL(usb_get_dev);