Re: 3.11-rc7: compile failure in ohci

From: Greg Kroah-Hartman
Date: Mon Aug 26 2013 - 07:42:17 EST


On Mon, Aug 26, 2013 at 12:46:03PM +0300, Meelis Roos wrote:
> Tried 3.11-rc7 and got this compile failure on a couple of hosts where
> -rc6 worked. config is below.
>
> This commit seems to break it:
> http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9a11899c5e699a8d2551692dfcd4372e39dcbdf6
>
> CC [M] drivers/usb/host/ohci-pci.o
> drivers/usb/host/ohci-pci.c: In function âohci_pci_initâ:
> drivers/usb/host/ohci-pci.c:309:35: error: âohci_suspendâ undeclared (first use in this function)
> drivers/usb/host/ohci-pci.c:309:35: note: each undeclared identifier is reported only once for each function it appears in
> drivers/usb/host/ohci-pci.c:310:34: error: âohci_resumeâ undeclared (first use in this function)
> make[3]: *** [drivers/usb/host/ohci-pci.o] Error 1

Sorry about that, known issue, if you enable CONFIG_PM_RUNTIME, it
should go away for now.

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/