git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297cf50
)
powerpc: Fix build failure on 44x
author
Pranith Kumar
<bobby.prani@gmail.com>
Thu, 21 Aug 2014 13:04:31 +0000
(09:04 -0400)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 25 Sep 2014 13:14:54 +0000
(23:14 +1000)
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 <bobby.prani@gmail.com>
Acked-by: Alistair Popple <alistair@popple.id.au>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/44x/Kconfig
patch
|
blob
|
history
diff --cc
arch/powerpc/platforms/44x/Kconfig
Simple merge