aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap/include
diff options
context:
space:
mode:
authorKeshava Munegowda <keshava_mgowda@ti.com>2012-07-16 19:01:09 +0530
committerSamuel Ortiz <sameo@linux.intel.com>2012-09-21 23:40:32 +0200
commit4dc2cceb5a85e8792517ea9b7ba334eaae75a10d (patch)
treede0ea537cd5033d663d1615a40e99a0f9f58ee6e /arch/arm/plat-omap/include
parentmfd: omap-usb-tll: HOST TLL platform driver (diff)
downloadlinux-dev-4dc2cceb5a85e8792517ea9b7ba334eaae75a10d.tar.xz
linux-dev-4dc2cceb5a85e8792517ea9b7ba334eaae75a10d.zip
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/arm/plat-omap/include')
-rw-r--r--arch/arm/plat-omap/include/plat/usb.h1
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>