git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4805347
)
net: forcedeth: fix compile warning of not used nv_set_tso function
author
Shan Wei
<shanwei@cn.fujitsu.com>
Tue, 19 Apr 2011 15:31:20 +0000
(15:31 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 20 Apr 2011 03:11:41 +0000
(20:11 -0700)
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>
No differences found