aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/omap-usb-host.c
diff options
context:
space:
mode:
authorKeshava Munegowda <Keshava_mgowda@ti.com>2011-04-21 19:52:43 +0530
committerFelipe Balbi <balbi@ti.com>2011-05-02 15:29:26 +0300
commit6e3d4bec6b1e0829ed8b23be750762255f225019 (patch)
tree05d867705022dee4f6b37a808eb5e2e47cd67a88 /drivers/mfd/omap-usb-host.c
parentmfd: Fix usbhs_enable error handling (diff)
downloadlinux-dev-6e3d4bec6b1e0829ed8b23be750762255f225019.tar.xz
linux-dev-6e3d4bec6b1e0829ed8b23be750762255f225019.zip
omap:usb: add regulator support for EHCI
in case of ehci phy mode; regulator of phy should be enabled before initializing the usbhs core driver. Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com> Tested-by: Steve Calfee <stevecalfee@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/mfd/omap-usb-host.c')
-rw-r--r--drivers/mfd/omap-usb-host.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index b3bb3ac5b045..2e165117457b 100644
--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -25,7 +25,6 @@
#include <linux/dma-mapping.h>
#include <linux/spinlock.h>
#include <linux/gpio.h>
-#include <linux/regulator/consumer.h>
#include <plat/usb.h>
#define USBHS_DRIVER_NAME "usbhs-omap"