commit | 352f9fdc010594c20802b0079eb37e61edfcbc50 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Jun 02 05:19:37 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Mon Jul 25 22:19:40 2011 +0200 |
tree | 97b8c50935f7d879c27b92712202e582d2d987a9 | |
parent | 194c2e8164f352422048f0b1d28e55b5e4162c95 [diff] |
net: designware: fix unused warning when CONFIG_DW_AUTONEG is enabled The ctrl variable is only used when autoneg support is disabled, so only declare it under those conditions to avoid an unused variable warning. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Reviewed-by: Vipin Kumar <vipin.kumar@st.com>