USB: EHCI: fix build error in ehci-platform.c under PowerPC
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 2 Nov 2012 14:13:24 +0000 (10:13 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Nov 2012 16:24:15 +0000 (09:24 -0700)
commitd1bb67a7a2a5a5ff49b0ef4d191725769243e639
tree8f0d3b3535fd41c2ca37619c6ad46367b684b00a
parent99f91934a907df31ba878dfdd090002049dc476a
USB: EHCI: fix build error in ehci-platform.c under PowerPC

This patch (as1628) fixes a build error in the ehci-platform driver
when compiled for the PowerPC architecture.  The error was introduced
by commit 99f91934a907df31ba878dfdd090002049dc476a (USB: EHCI: make
ehci-platform a separate driver).

The fix is simple; a few additional header-file #includes are needed.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-platform.c