usb: phy: mv_u3d: Remove usb phy driver for mv_u3d
authorPaul Bolle <pebolle@tiscali.nl>
Tue, 15 Apr 2014 11:36:23 +0000 (13:36 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2014 20:05:32 +0000 (13:05 -0700)
commit543cab6402794e9cb444779d73e8097b8f29f7ee
treea1333d7e87ee1ca6463c2ebd13b29e02bdf5397e
parent541e00ae0c1e1fd1e9e2bf2cf010c26d0a1ed0a0
usb: phy: mv_u3d: Remove usb phy driver for mv_u3d

The usb phy driver for mv_u3d got added in v3.7 through commit
a67e76ac904c ("usb: phy: mv_u3d: Add usb phy driver for mv_u3d"). It
then depended on USB_MV_U3D. And that symbol depended
on CPU_MMP3 at that time. But CPU_MMP3 has never been part of the tree.
This means that this drive was unbuildable when it was added.

In commit 60630c2eabd4 ("usb: gadget: mv_u3d: drop ARCH dependency")
MV_U3D_PHY was made depended directly on CPU_MMP3. That kept it
unbuildable, of course.

Remove this driver. It can be re-added once its dependencies are part of
the tree.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/phy-mv-u3d-usb.c [deleted file]
drivers/usb/phy/phy-mv-u3d-usb.h [deleted file]