This patch removes the following unused EXPORT_SYMBOL's:
- hub.c: usb_set_device_state
- usb.c: usb_alloc_dev
- usb.c: usb_disconnect

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---

 drivers/usb/core/hub.c |    1 -
 drivers/usb/core/usb.c |    2 --
 2 files changed, 3 deletions(-)

--- linux-2.6.16-mm2-full/drivers/usb/core/hub.c.old    2006-04-04 
00:53:38.000000000 +0200
+++ linux-2.6.16-mm2-full/drivers/usb/core/hub.c        2006-04-04 
00:53:47.000000000 +0200
@@ -1022,7 +1022,6 @@
                recursively_mark_NOTATTACHED(udev);
        spin_unlock_irqrestore(&device_state_lock, flags);
 }
-EXPORT_SYMBOL(usb_set_device_state);
 
 
 #ifdef CONFIG_PM
--- linux-2.6.16-mm2-full/drivers/usb/core/usb.c.old    2006-04-04 
00:54:29.000000000 +0200
+++ linux-2.6.16-mm2-full/drivers/usb/core/usb.c        2006-04-04 
00:55:32.000000000 +0200
@@ -1194,7 +1194,6 @@
 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);
 EXPORT_SYMBOL(usb_hub_tt_clear_buffer);
@@ -1208,7 +1207,6 @@
 EXPORT_SYMBOL(usb_altnum_to_altsetting);
 
 EXPORT_SYMBOL(usb_reset_device);
-EXPORT_SYMBOL(usb_disconnect);
 
 EXPORT_SYMBOL(__usb_get_extra_descriptor);
 



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to