diff options
author | Keshava Munegowda <keshava_mgowda@ti.com> | 2012-07-16 19:01:09 +0530 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-21 23:40:32 +0200 |
commit | 4dc2cceb5a85e8792517ea9b7ba334eaae75a10d (patch) | |
tree | de0ea537cd5033d663d1615a40e99a0f9f58ee6e /arch | |
parent | 16fa3dc75c22f9769d418f19c45e11b118aab2eb (diff) | |
download | linux-4dc2cceb5a85e8792517ea9b7ba334eaae75a10d.tar.bz2 |
mfd: omap-usb-host: Invoke the TLL driver from USB HS core driver
The usbhs driver invokes the enable/disable APIs of the
usb tll driver in the runtime resume/suspend callbacks
of the runtime get sync and put sync of the usbhs driver.
Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Reviewed-by: Partha Basak <parthab@india.ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/plat-omap/include/plat/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/usb.h b/arch/arm/plat-omap/include/plat/usb.h index ca15a2632da3..e68d0998d55f 100644 --- a/arch/arm/plat-omap/include/plat/usb.h +++ b/arch/arm/plat-omap/include/plat/usb.h @@ -4,6 +4,7 @@ #define __ASM_ARCH_OMAP_USB_H #include <linux/io.h> +#include <linux/platform_device.h> #include <linux/usb/musb.h> #include <plat/board.h> |