From: Richard Cochran Date: Tue, 3 Apr 2012 22:59:32 +0000 (+0000) Subject: mv643xx_eth: Support the get_ts_info ethtool method. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ebad0a8d504f31a76c22f029b9fe4af7f9504f55;p=linux-beck.git mv643xx_eth: Support the get_ts_info ethtool method. Signed-off-by: Richard Cochran Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/marvell/mv643xx_eth.c b/drivers/net/ethernet/marvell/mv643xx_eth.c index 75af1afe46c8..153d33210e89 100644 --- a/drivers/net/ethernet/marvell/mv643xx_eth.c +++ b/drivers/net/ethernet/marvell/mv643xx_eth.c @@ -1666,6 +1666,7 @@ static const struct ethtool_ops mv643xx_eth_ethtool_ops = { .get_strings = mv643xx_eth_get_strings, .get_ethtool_stats = mv643xx_eth_get_ethtool_stats, .get_sset_count = mv643xx_eth_get_sset_count, + .get_ts_info = ethtool_op_get_ts_info, };