forked from Minki/linux
5e8cc3947d
The patch that removed the only users of the oldadv/newadv variables
accidentally left the now-unused declarations behind:
drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c: In function 'dpaa_set_pauseparam':
drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c:185:14: error: unused variable 'oldadv' [-Werror=unused-variable]
drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c:185:6: error: unused variable 'newadv' [-Werror=unused-variable]
Fixes:
|
||
---|---|---|
.. | ||
dpaa_eth_sysfs.c | ||
dpaa_eth_trace.h | ||
dpaa_eth.c | ||
dpaa_eth.h | ||
dpaa_ethtool.c | ||
Kconfig | ||
Makefile |