diff options
author | Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> | 2014-10-09 22:02:12 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-11-05 23:25:29 +0100 |
commit | 79018420441bbbc2b567d891fc3d12ad69f1cd5f (patch) | |
tree | 1bd1ed95cdfd0dca5a70e1ec221ba3e7491552de /drivers/usb/phy | |
parent | usb: gadget: f_midi: add configfs support (diff) | |
download | linux-79018420441bbbc2b567d891fc3d12ad69f1cd5f.tar.xz 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')
-rw-r--r-- | drivers/usb/phy/phy-ab8500-usb.c | 2 | ||||
-rw-r--r-- | drivers/usb/phy/phy-generic.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/drivers/usb/phy/phy-ab8500-usb.c b/drivers/usb/phy/phy-ab8500-usb.c index 3a802fa7dae2..30c96f08308b 100644 --- a/drivers/usb/phy/phy-ab8500-usb.c +++ b/drivers/usb/phy/phy-ab8500-usb.c @@ -1,6 +1,4 @@ /* - * drivers/usb/otg/ab8500_usb.c - * * USB transceiver driver for AB8500 family chips * * Copyright (C) 2010-2013 ST-Ericsson AB 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. * |