From: Roger Quadros Date: Thu, 3 Oct 2013 15:12:34 +0000 (+0300) Subject: usb: musb: omap2430: Don't use omap_get_control_dev() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~66^2~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8934d3e4d0e7aed1bd067529c667984d7929d92d;p=pandora-kernel.git usb: musb: omap2430: 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. Also get rid of "ti,has-mailbox" property as it is redundant and we can determine that from whether "ctrl-module" property is present or not. Get rid of has_mailbox from musb_hdrc_platform_data as well. Signed-off-by: Roger Quadros Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed