linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Missing usb_find_device symbol from usb.c
@ 2008-01-22 19:18 Wilco Beekhuizen
  2008-01-22 22:08 ` Adrian Bunk
  2008-01-24  1:37 ` Greg KH
  0 siblings, 2 replies; 23+ messages in thread
From: Wilco Beekhuizen @ 2008-01-22 19:18 UTC (permalink / raw)
  To: linux-kernel

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);

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2008-01-25  8:56 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-22 19:18 [PATCH] Missing usb_find_device symbol from usb.c Wilco Beekhuizen
2008-01-22 22:08 ` Adrian Bunk
2008-01-24  1:37 ` Greg KH
2008-01-24 10:05   ` Wilco Beekhuizen
2008-01-24 11:19     ` Pekka Enberg
2008-01-24 11:49       ` Oliver Neukum
2008-01-24 11:52         ` Pekka Enberg
2008-01-24 12:24           ` Oliver Neukum
2008-01-24 12:34             ` Pekka Enberg
2008-01-24 12:58               ` Oliver Neukum
2008-01-24 13:14                 ` Pekka Enberg
2008-01-24 16:44       ` Greg KH
2008-01-24 17:06         ` Pekka Enberg
2008-01-24 17:20           ` Greg KH
2008-01-24 17:42             ` Pekka Enberg
2008-01-24 18:03               ` Greg KH
2008-01-24 19:25                 ` Pekka J Enberg
2008-01-24 19:57                   ` Oliver Neukum
2008-01-24 20:10                     ` Pekka Enberg
2008-01-24 20:00                 ` Oliver Neukum
2008-01-24 20:26                   ` Pekka Enberg
2008-01-24 20:28                   ` Greg KH
2008-01-25  8:58                     ` Oliver Neukum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).