summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/am35x.c
diff options
context:
space:
mode:
authorFelipe Balbi2014-04-16 22:28:32 +0200
committerFelipe Balbi2014-04-21 21:07:24 +0200
commitd7078df6be6e9e5e3ac354859f5b8d60114391b4 (patch)
tree50c5b456293eb0ffe81e9e56c681bd0f3dc36fc4 /drivers/usb/musb/am35x.c
parentusb: phy: rename usb_nop_xceiv to usb_phy_generic (diff)
downloadkernel-qcow2-linux-d7078df6be6e9e5e3ac354859f5b8d60114391b4.tar.gz
kernel-qcow2-linux-d7078df6be6e9e5e3ac354859f5b8d60114391b4.tar.xz
kernel-qcow2-linux-d7078df6be6e9e5e3ac354859f5b8d60114391b4.zip
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 'drivers/usb/musb/am35x.c')
-rw-r--r--drivers/usb/musb/am35x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/am35x.c b/drivers/usb/musb/am35x.c
index 77ed66427969..044cd824c70d 100644
--- a/drivers/usb/musb/am35x.c
+++ b/drivers/usb/musb/am35x.c
@@ -32,7 +32,7 @@
#include <linux/io.h>
#include <linux/platform_device.h>
#include <linux/dma-mapping.h>
-#include <linux/usb/usb_phy_gen_xceiv.h>
+#include <linux/usb/usb_phy_generic.h>
#include <linux/platform_data/usb-omap.h>
#include "musb_core.h"