This patch resolves a modprobe issue in some configurations. By all rights drivers/usb/class/Makefile.lib is in the wrong directory ("class" not "net"), but moving files is better (IMO) with BK magic. Changing that would also involve lib/Makefile too.
Please merge to Linus' tree. - Dave
diff -Nru a/drivers/usb/class/Makefile.lib b/drivers/usb/class/Makefile.lib --- a/drivers/usb/class/Makefile.lib Tue Feb 18 15:59:15 2003 +++ b/drivers/usb/class/Makefile.lib Tue Feb 18 15:59:15 2003 @@ -1 +1,2 @@ obj-$(CONFIG_USB_CATC) += crc32.o +obj-$(CONFIG_USB_USBNET) += crc32.o