From: Roger Quadros Date: Thu, 3 Oct 2013 15:12:32 +0000 (+0300) Subject: usb: phy: omap-usb2: Don't use omap_get_control_dev() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=478b6c7436c23369611de766032415fa4f5cbb59;p=pandora-kernel.git usb: phy: omap-usb2: Don't use omap_get_control_dev() omap_get_control_dev() is being deprecated as it doesn't support multiple instances. As control device is present only from OMAP4 onwards which supports DT only, we use phandles to get the reference to the control device. As we don't support non-DT boot, we just bail out on probe if device node is not present. Signed-off-by: Roger Quadros Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed