diff options
Diffstat (limited to 'drivers/s390/net/qeth_l3_main.c')
-rw-r--r-- | drivers/s390/net/qeth_l3_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_l3_main.c b/drivers/s390/net/qeth_l3_main.c index f385e93d757a..ce23169587e4 100644 --- a/drivers/s390/net/qeth_l3_main.c +++ b/drivers/s390/net/qeth_l3_main.c | |||
@@ -2889,6 +2889,7 @@ static struct ethtool_ops qeth_l3_ethtool_ops = { | |||
2889 | .get_ethtool_stats = qeth_core_get_ethtool_stats, | 2889 | .get_ethtool_stats = qeth_core_get_ethtool_stats, |
2890 | .get_stats_count = qeth_core_get_stats_count, | 2890 | .get_stats_count = qeth_core_get_stats_count, |
2891 | .get_drvinfo = qeth_core_get_drvinfo, | 2891 | .get_drvinfo = qeth_core_get_drvinfo, |
2892 | .get_settings = qeth_core_ethtool_get_settings, | ||
2892 | }; | 2893 | }; |
2893 | 2894 | ||
2894 | /* | 2895 | /* |