diff options
author | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-03 11:38:14 (GMT) |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-03-07 16:21:45 (GMT) |
commit | 6284be23db6b32e17ef34d082386967350d10d1a (patch) | |
tree | 4bcc27e9b3aac037941362c0efc709bb16036e1a /drivers/phy | |
parent | 8cf7651f7046aa4e20bb98c36bec3ddba48351f9 (diff) | |
download | linux-6284be23db6b32e17ef34d082386967350d10d1a.tar.xz |
phy: omap-usb2: move omap_usb.h from linux/usb/ to linux/phy/
No functional change. Moved omap_usb.h from linux/usb/ to linux/phy/.
Also removed the unused members of struct omap_usb (after phy-omap-pipe3
started using it's own header file)
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy')
-rw-r--r-- | drivers/phy/phy-omap-usb2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-omap-usb2.c b/drivers/phy/phy-omap-usb2.c index 705af5a..9c3f056 100644 --- a/drivers/phy/phy-omap-usb2.c +++ b/drivers/phy/phy-omap-usb2.c @@ -21,7 +21,7 @@ #include <linux/slab.h> #include <linux/of.h> #include <linux/io.h> -#include <linux/usb/omap_usb.h> +#include <linux/phy/omap_usb.h> #include <linux/usb/phy_companion.h> #include <linux/clk.h> #include <linux/err.h> |