diff options
author | 2014-10-10 00:02:12 +0400 | |
---|---|---|
committer | 2014-11-05 16:25:29 -0600 | |
commit | 79018420441bbbc2b567d891fc3d12ad69f1cd5f (patch) | |
tree | 1bd1ed95cdfd0dca5a70e1ec221ba3e7491552de /drivers/usb/phy/phy-generic.c | |
parent | usb: gadget: f_midi: add configfs support (diff) | |
download | wireguard-linux-79018420441bbbc2b567d891fc3d12ad69f1cd5f.tar.xz wireguard-linux-79018420441bbbc2b567d891fc3d12ad69f1cd5f.zip |
usb: phy: remove file names from heading comments
File names in the heading comments fell out of favor long ago, and these weren't
even changed when the drivers were moved from drivers/usb/otg/, so remove them
at last...
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/phy-generic.c')
-rw-r--r-- | drivers/usb/phy/phy-generic.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/phy/phy-generic.c b/drivers/usb/phy/phy-generic.c index 0c01bd12cabc..4ba1f57220f6 100644 --- a/drivers/usb/phy/phy-generic.c +++ b/drivers/usb/phy/phy-generic.c @@ -1,6 +1,4 @@ /* - * drivers/usb/otg/nop-usb-xceiv.c - * * NOP USB transceiver for all USB transceiver which are either built-in * into USB IP or which are mostly autonomous. * |