commit | 7c1deec0afc209fea14bc38e3a3e1d28b773ee55 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:49 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:28 2015 -0600 |
tree | 55dd5a878b7a4a1ca9c1c48b1aab0696972081ff | |
parent | c3980ad3b51bd0f7d4d211f6ff504af800ff70dd [diff] |
dm: usb: xhci: Use a function to get xhci_ctrl Rather than getting this directly from struct usb_device, call a function to obtain it. This will make it possible for driver model to provide it another way. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>