diff options
| author | Tom Rini <[email protected]> | 2021-09-12 20:32:21 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-27 21:38:34 -0400 |
| commit | 2c8419feb2faf40ddada3f52df6559bf5877230d (patch) | |
| tree | a4d9f979de26d783b9290e7d6a43f2e0bfefee5d /drivers/usb/phy/Makefile | |
| parent | bfbb7247b6ab7027eaaabc6109655d7ba7eb880a (diff) | |
usb: phy: ti: Remove non-DM PHY code
At this point in time, all platforms that had previously used
drivers/usb/phy/omap_usb_phy.c have been migrated to DM and related
options. Remove this now unused code and some related unused defines.
Signed-off-by: Tom Rini <[email protected]>
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 20f7edf48d7..b67a70bbe8e 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile @@ -4,5 +4,4 @@ # Tom Rix <[email protected]> obj-$(CONFIG_TWL4030_USB) += twl4030.o -obj-$(CONFIG_OMAP_USB_PHY) += omap_usb_phy.o obj-$(CONFIG_ROCKCHIP_USB2_PHY) += rockchip_usb2_phy.o |
