xref: /spdk/test/common/config/pkgdep/patches/ice/0001-kernel_ethtool_ts_info.patch (revision f417ec25e31cc22ca6cddd4d40bb4ad3031b2424)
1https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=2111375b85ad1
2---
3 src/ice_ethtool.c | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6diff --git a/src/ice_ethtool.c b/src/ice_ethtool.c
7index e8aadaa..ceef806 100644
8--- a/src/ice_ethtool.c
9+++ b/src/ice_ethtool.c
10@@ -5330,7 +5330,7 @@ ice_set_rxfh(struct net_device *netdev, const u32 *indir, const u8 *key)
11 #endif /* ETHTOOL_GRSSH && ETHTOOL_SRSSH */
12
13 static int
14-ice_get_ts_info(struct net_device *dev, struct ethtool_ts_info *info)
15+ice_get_ts_info(struct net_device *dev, struct kernel_ethtool_ts_info *info)
16 {
17 	struct ice_pf *pf = ice_netdev_to_pf(dev);
18
19--
20
21