commit | 8093b1c313a3328f8cef497aef863f8fd9c1bfdf | [log] [tgz] |
---|---|---|
author | Lad, Prabhakar <prabhakar.csengg@gmail.com> | Thu Feb 05 16:21:07 2015 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 05 16:03:28 2015 -0800 |
tree | 2ae4d9c30cc1392efc8d4825d889f0fc83fdef8c | |
parent | 1444c301a42217335d21fd3704baa34e72a1e6bf [diff] |
net/macb: fix sparse warning this patch fixes following sparse warning: macb.c:2038:26: warning: symbol 'gem_ethtool_ops' was not declared. Should it be static? Alongside drops exporting of gem_ethtool_ops as there is no need. Signed-off-by: Lad, Prabhakar <prabhakar.csengg@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: David S. Miller <davem@davemloft.net>