]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
net: forcedeth: fix compile warning of not used nv_set_tso function
authorShan Wei <shanwei@cn.fujitsu.com>
Tue, 19 Apr 2011 15:31:20 +0000 (15:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Apr 2011 03:11:41 +0000 (20:11 -0700)
commit985762b2df4bcb4accc29fda76fc863dd79b8b58
tree7da3ac55b1fb41c08499f8ddd01c51e6b389a142
parent4805347c1eb12cfe79f42a12a5442ee01590a9c0
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>
drivers/net/forcedeth.c