diff options
author | Paul Cercueil <paul@crapouillou.net> | 2022-10-26 19:26:57 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-11-09 12:39:13 +0100 |
commit | 3f2d1f2e40666d6536b663c5050a3a23ca5d9ce8 (patch) | |
tree | 1d6c56d4a26d063228a27e0581884282e1b3ed7c /drivers/usb/phy/Makefile | |
parent | 9cd074798ef6bf9c361c78084abc2c30e551ecdc (diff) | |
download | linux-3f2d1f2e40666d6536b663c5050a3a23ca5d9ce8.tar.gz linux-3f2d1f2e40666d6536b663c5050a3a23ca5d9ce8.tar.bz2 linux-3f2d1f2e40666d6536b663c5050a3a23ca5d9ce8.zip |
usb: phy: jz4770: Remove driver
This driver has been replaced by the Ingenic PHY driver that uses the
generic PHY framework.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20221026182657.146630-8-paul@crapouillou.net
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 b352bdbe8712..df1d99010079 100644 --- a/drivers/usb/phy/Makefile +++ b/drivers/usb/phy/Makefile @@ -24,4 +24,3 @@ obj-$(CONFIG_USB_MXS_PHY) += phy-mxs-usb.o obj-$(CONFIG_USB_ULPI) += phy-ulpi.o obj-$(CONFIG_USB_ULPI_VIEWPORT) += phy-ulpi-viewport.o obj-$(CONFIG_KEYSTONE_USB_PHY) += phy-keystone.o -obj-$(CONFIG_JZ4770_PHY) += phy-jz4770.o |