Re: depmod problem for 2.5.2-dj4

Greg KH (greg@kroah.com)
Tue, 22 Jan 2002 20:54:05 -0800


On Tue, Jan 22, 2002 at 04:12:30PM -0800, Torrey Hoffman wrote:
>
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.2-dj4/kernel/drivers/usb/hid.o
> depmod: usb_make_path
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.2-dj4/kernel/drivers/usb/usbkbd.o
> depmod: usb_make_path
> depmod: *** Unresolved symbols in
> /lib/modules/2.5.2-dj4/kernel/drivers/usb/usbmouse.o
> depmod: usb_make_path
> make: *** [_modinst_post] Error 1

Looks like you need to add a:
EXPORT_SYMBOL(usb_make_path);
to the usb.c file.

Vojtech, is this a USB function that you want added to usb.c?
Didn't you (or someone else) propose a function like this in the past?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/