On Thu, 28 Sep 2000, Arjan van de Ven wrote: > In article <[EMAIL PROTECTED]> you wrote: > > I'm getting this compile time error on 2.2.18pre11: > > > drivers/usb/usbdrv.o: In function `usb_init': > > drivers/usb/usbdrv.o(.text+0x6deb): undefined reference to `uhci_init' > > The patch below should fix that. No it doesn't.... read the usb/uhci code. It uses initcalls. The solution is to remove call to uhci_init() in usb_init(). Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Linux 2.2.18pre11 Alan Cox
- Re: Linux 2.2.18pre11 David Rees
- Re: Linux 2.2.18pre11 Arjan van de Ven
- Re: Linux 2.2.18pre11 David Rees
- Re: Linux 2.2.18pre11 Jeff Garzik
- Re: Linux 2.2.18pre11 David Rees
- Re: Linux 2.2.18pre11 Greg KH
- 2.2.18 megaraid driver broken [was: Re: Linux ... Miquel van Smoorenburg
- Re: 2.2.18 megaraid driver broken [was: Re... Miquel van Smoorenburg
- Re: 2.2.18 megaraid driver broken [was: Re... Miquel van Smoorenburg
- Re: 2.2.18 megaraid driver broken [was... Alan Cox
- Re: 2.2.18 megaraid driver broken ... Igmar Palsenberg
- Re: Linux 2.2.18pre11 Eyal Lebedinsky
- Re: Linux 2.2.18pre11 Marcelo Tosatti
- RE: Linux 2.2.18pre11 Dunlap, Randy