summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/omap2430.c
diff options
context:
space:
mode:
authorKishon Vijay Abraham I2014-03-06 15:38:37 +0100
committerKishon Vijay Abraham I2014-03-09 08:15:08 +0100
commit14da699bc04212559d5dda19d3f07c807fb58dfd (patch)
treeda70074191e90be6fef4ac02bff16dde3ce45721 /drivers/usb/musb/omap2430.c
parentphy: omap-usb2: Add different compatible for OMAP5 (diff)
downloadkernel-qcow2-linux-14da699bc04212559d5dda19d3f07c807fb58dfd.tar.gz
kernel-qcow2-linux-14da699bc04212559d5dda19d3f07c807fb58dfd.tar.xz
kernel-qcow2-linux-14da699bc04212559d5dda19d3f07c807fb58dfd.zip
phy: rename struct omap_control_usb to struct omap_control_phy
Rename struct omap_control_usb to struct omap_control_phy since it can be used to control PHY of USB, SATA and PCIE. Also move the driver and include files under *phy* and made the corresponding changes in the users of phy-omap-control. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Signed-off-by: Roger Quadros <rogerq@ti.com> Acked-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/omap2430.c')
-rw-r--r--drivers/usb/musb/omap2430.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c
index 8aa59a2c5eb2..d341c149a2f9 100644
--- a/drivers/usb/musb/omap2430.c
+++ b/drivers/usb/musb/omap2430.c
@@ -37,7 +37,7 @@
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/usb/musb-omap.h>
-#include <linux/usb/omap_control_usb.h>
+#include <linux/phy/omap_control_phy.h>
#include <linux/of_platform.h>
#include "musb_core.h"