dm: usb: tegra: Remove the port_addr_clear_csc variable
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:45 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:27 +0000 (11:11 -0600)
commit943104f07c55692203c14ee266ea15b4df88a759
treebcf4018796f96dc9dbf6cac903f6455d19f1a12a
parentaae04d0771a70df167b1d4ac1cc1603531fa09c9
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>
drivers/usb/host/ehci-tegra.c