diff options
Diffstat (limited to 'drivers/s390/net/qeth_l2_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l2_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_l2_main.c b/drivers/s390/net/qeth_l2_main.c index 7e8f6396509..e6092829a5a 100644 --- a/drivers/s390/net/qeth_l2_main.c +++ b/drivers/s390/net/qeth_l2_main.c | |||
@@ -861,6 +861,7 @@ static struct ethtool_ops qeth_l2_ethtool_ops = { | |||
861 | .get_ethtool_stats = qeth_core_get_ethtool_stats, | 861 | .get_ethtool_stats = qeth_core_get_ethtool_stats, |
862 | .get_stats_count = qeth_core_get_stats_count, | 862 | .get_stats_count = qeth_core_get_stats_count, |
863 | .get_drvinfo = qeth_core_get_drvinfo, | 863 | .get_drvinfo = qeth_core_get_drvinfo, |
864 | .get_settings = qeth_core_ethtool_get_settings, | ||
864 | }; | 865 | }; |
865 | 866 | ||
866 | static struct ethtool_ops qeth_l2_osn_ops = { | 867 | static struct ethtool_ops qeth_l2_osn_ops = { |