]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: musb: omap2430: drop non-DT support
authorJohan Hovold <johan@kernel.org>
Wed, 18 Apr 2018 09:26:22 +0000 (11:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 22 Apr 2018 13:58:23 +0000 (15:58 +0200)
commit5ee1787e5efb9bbc11403740df4393587c47ab65
treeab9cf37d47eca79e7f383a7b660230863741c641
parente90308a65c34c3632883e0a826b5f70c57ae8baf
USB: musb: omap2430: drop non-DT support

Drop support for non-DT systems, which hasn't been used by a mainline
kernel since commit 9080b8dc761a ("ARM: OMAP2+: Remove legacy usb-host.c
platform init code"). Specifically, since that commit usb_get_phy_dev()
have always returned -ENODEV when looking up a legacy phy, something
which in turn would have led to the init callback returning
-EPROBE_DEFER indefinitely.

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/omap2430.c