commit | 985762b2df4bcb4accc29fda76fc863dd79b8b58 | [log] [tgz] |
---|---|---|
author | Shan Wei <shanwei@cn.fujitsu.com> | Tue Apr 19 15:31:20 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 19 20:11:41 2011 -0700 |
tree | 7da3ac55b1fb41c08499f8ddd01c51e6b389a142 | |
parent | 4805347c1eb12cfe79f42a12a5442ee01590a9c0 [diff] |
net: forcedeth: fix compile warning of not used nv_set_tso function Fix the below compile warning: drivers/net/forcedeth.c:4266: warning: ‘nv_set_tso’ defined but not used commit 569e146 converts forcedeth driver to use hw_features. So, implement function of .set_tso is abandoned. Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>