diff options
| author | Peter Chen <peter.chen@freescale.com> | 2014-04-28 20:35:59 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-27 18:29:44 -0400 |
| commit | 1dfa91aa5ba9650acf59b6310d8e78a162d56410 (patch) | |
| tree | 4778514fc4d2f70ac7348bdaf1f8d1a0f0726fcd /drivers/usb/phy/Makefile | |
| parent | f4cbd33fd5f0587910fa9db403a1b42f1cabf820 (diff) | |
usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c
Since usb otg fsm implementation is not related to usb phy.
We move it from usb/phy/ to usb/common/, and rename it to
reflect its real meaning.
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Peter Chen <peter.chen@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/phy/Makefile')
| -rw-r--r-- | drivers/usb/phy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/phy/Makefile b/drivers/usb/phy/Makefile index a2d05690d925..24a91332d4ad 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile | |||
| @@ -3,7 +3,6 @@ | |||
| 3 | # | 3 | # |
| 4 | obj-$(CONFIG_USB_PHY) += phy.o | 4 | obj-$(CONFIG_USB_PHY) += phy.o |
| 5 | obj-$(CONFIG_OF) += of.o | 5 | obj-$(CONFIG_OF) += of.o |
| 6 | obj-$(CONFIG_USB_OTG_FSM) += phy-fsm-usb.o | ||
| 7 | 6 | ||
| 8 | # transceiver drivers, keep the list sorted | 7 | # transceiver drivers, keep the list sorted |
| 9 | 8 | ||
