[PATCH] Missing usb_find_device symbol from usb.c

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>
Date: Tuesday, January 22, 2008 - 3:18 pm

2.6.24-rc8 (possibly lower rc's too) has usb_find_device removed from
usb.c. This causes problems when compiling modules that need
usb_find_device.
This patch puts the symbol back in place. Unless someone has a good
reason not to include usb_find_device?

--- linux-2.6.24-rc8/drivers/usb/core/usb.c.bak 2008-01-22
20:12:37.000000000 +0100
+++ linux-2.6.24-rc8/drivers/usb/core/usb.c     2008-01-22
20:12:52.000000000 +0100
@@ -1007,6 +1007,7 @@

 EXPORT_SYMBOL(__usb_get_extra_descriptor);

+EXPORT_SYMBOL(usb_find_device);
 EXPORT_SYMBOL(usb_get_current_frame_number);

 EXPORT_SYMBOL(usb_buffer_alloc);
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Missing usb_find_device symbol from usb.c, Wilco Beekhuizen, (Tue Jan 22, 3:18 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Wilco Beekhuizen, (Thu Jan 24, 6:05 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 7:19 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 1:06 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 1:42 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Oliver Neukum, (Thu Jan 24, 4:00 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Oliver Neukum, (Fri Jan 25, 4:58 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 4:26 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka J Enberg, (Thu Jan 24, 3:25 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Oliver Neukum, (Thu Jan 24, 3:57 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 4:10 pm)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Oliver Neukum, (Thu Jan 24, 7:49 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 7:52 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Oliver Neukum, (Thu Jan 24, 8:24 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 8:34 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Oliver Neukum, (Thu Jan 24, 8:58 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Pekka Enberg, (Thu Jan 24, 9:14 am)
Re: [PATCH] Missing usb_find_device symbol from usb.c, Adrian Bunk, (Tue Jan 22, 6:08 pm)