commit | 943104f07c55692203c14ee266ea15b4df88a759 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:45 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:27 2015 -0600 |
tree | bcf4018796f96dc9dbf6cac903f6455d19f1a12a | |
parent | aae04d0771a70df167b1d4ac1cc1603531fa09c9 [diff] |
dm: usb: tegra: Remove the port_addr_clear_csc variable This variable is a bit of a hack. We can obtain the same information from the normal device config. This will fit better with driver model, where global variables are best avoided. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>