aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/usb-host.c
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2014-04-16 15:28:32 -0500
committerFelipe Balbi <balbi@ti.com>2014-04-21 14:07:24 -0500
commitd7078df6be6e9e5e3ac354859f5b8d60114391b4 (patch)
tree50c5b456293eb0ffe81e9e56c681bd0f3dc36fc4 /arch/arm/mach-omap2/usb-host.c
parent4525beeb9aadbb9e1cb3e9e135f4371553f26a70 (diff)
usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>
now that all functions match the driver name, the only missing piece is to rename the header file itself. Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/usb-host.c')
-rw-r--r--arch/arm/mach-omap2/usb-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/usb-host.c b/arch/arm/mach-omap2/usb-host.c
index ab983cdd3edf..745367c0c2bb 100644
--- a/arch/arm/mach-omap2/usb-host.c
+++ b/arch/arm/mach-omap2/usb-host.c
@@ -28,7 +28,7 @@
#include <linux/io.h>
#include <linux/gpio.h>
#include <linux/usb/phy.h>
-#include <linux/usb/usb_phy_gen_xceiv.h>
+#include <linux/usb/usb_phy_generic.h>
#include "soc.h"
#include "omap_device.h"