Re: [PATCH] [MM snapshot] fix undeclared hcd in ohci-sm501.c

From: Greg KH
Date: Tue Apr 15 2008 - 11:51:34 EST


On Tue, Apr 15, 2008 at 12:08:43AM +0200, Reynes Philippe wrote:
> The function ohci_sm501_resume in drivers/usb/host/ohci-hcd.c use the
> variable hcd, but this variable is undeclared in this function, so the compilation
> fails with this error :
>
> CC drivers/usb/host/ohci-hcd.o
> In file included from drivers/usb/host/ohci-hcd.c:1056:
> drivers/usb/host/ohci-sm501.c: In function ?ohci_sm501_resume?:
> drivers/usb/host/ohci-sm501.c:241: erreur: ?hcd? undeclared (first use in this function)
> drivers/usb/host/ohci-sm501.c:241: erreur: (Each undeclared identifier is reported only once
> drivers/usb/host/ohci-sm501.c:241: erreur: for each function it appears in.)
> make[3]: *** [drivers/usb/host/ohci-hcd.o] Erreur 1
> make[2]: *** [drivers/usb/host] Erreur 2
> make[1]: *** [drivers/usb] Erreur 2
> make: *** [drivers] Erreur 2

I just merged a patch from Alan Stern into my tree that should fix this.
Check the linux-next tree tomorrow to verify that it made it in.

thanks,

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