From: Pranith Kumar Date: Thu, 21 Aug 2014 13:04:31 +0000 (-0400) Subject: powerpc: Fix build failure on 44x X-Git-Tag: fixes-against-v3.18-rc2~117^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9303e1bd05751649e5408e521aab19380c7fd8a;p=pandora-kernel.git powerpc: Fix build failure on 44x Fix the following build failure drivers/built-in.o: In function `nhi_init': nhi.c:(.init.text+0x63390): undefined reference to `ehci_init_driver' by adding a dependency on USB_EHCI_HCD which supplies the ehci_init_driver(). Also we need to depend on USB_OHCI_HCD similarly Signed-off-by: Pranith Kumar Acked-by: Alistair Popple Signed-off-by: Michael Ellerman --- Reading git-diff-tree failed