USB: EHCI: fix build error in ChipIdea host driver
authorAlan Stern <stern@rowland.harvard.edu>
Sat, 3 Nov 2012 16:39:27 +0000 (12:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 3 Nov 2012 17:17:38 +0000 (10:17 -0700)
commitcdb2fac78321a8d621b5612c7ddfe96bdbe7d267
treed901d5328f46a73b2d0c5089ed1cb6f38777ee80
parentbc8d51ea7e8ae0abb90fa89407b55a7e0bcb0a2a
USB: EHCI: fix build error in ChipIdea host driver

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

The fix is simple; an additional header-file #include is needed.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/chipidea/host.c