diff options
Diffstat (limited to 'drivers/net/ethernet/sfc/efx.c')
-rw-r--r-- | drivers/net/ethernet/sfc/efx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sfc/efx.c b/drivers/net/ethernet/sfc/efx.c index d5731f1fe6d6..14e134d3b4d7 100644 --- a/drivers/net/ethernet/sfc/efx.c +++ b/drivers/net/ethernet/sfc/efx.c | |||
@@ -1900,7 +1900,7 @@ static void efx_set_multicast_list(struct net_device *net_dev) | |||
1900 | /* Otherwise efx_start_port() will do this */ | 1900 | /* Otherwise efx_start_port() will do this */ |
1901 | } | 1901 | } |
1902 | 1902 | ||
1903 | static int efx_set_features(struct net_device *net_dev, u32 data) | 1903 | static int efx_set_features(struct net_device *net_dev, netdev_features_t data) |
1904 | { | 1904 | { |
1905 | struct efx_nic *efx = netdev_priv(net_dev); | 1905 | struct efx_nic *efx = netdev_priv(net_dev); |
1906 | 1906 | ||