]> git.baikalelectronics.ru Git - kernel.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)
commit29a486490ecf5df025a87296ae6a615370dc9858
tree7da3ac55b1fb41c08499f8ddd01c51e6b389a142
parentd29a3dfd7292cda94b140f8a7a88db1244b5e00e
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 af5e345 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