diff options
Diffstat (limited to 'drivers/net/igbvf/ethtool.c')
-rw-r--r-- | drivers/net/igbvf/ethtool.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/igbvf/ethtool.c b/drivers/net/igbvf/ethtool.c index 8afff07ff559..103b3aa1afc2 100644 --- a/drivers/net/igbvf/ethtool.c +++ b/drivers/net/igbvf/ethtool.c | |||
@@ -390,8 +390,6 @@ static void igbvf_get_wol(struct net_device *netdev, | |||
390 | { | 390 | { |
391 | wol->supported = 0; | 391 | wol->supported = 0; |
392 | wol->wolopts = 0; | 392 | wol->wolopts = 0; |
393 | |||
394 | return; | ||
395 | } | 393 | } |
396 | 394 | ||
397 | static int igbvf_set_wol(struct net_device *netdev, | 395 | static int igbvf_set_wol(struct net_device *netdev, |