mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 14:12:51 +00:00
bfin: Fix build failure due to get_ts_info() changes.
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
ce713ee5a1
commit
3ffa4290fc
@ -549,7 +549,7 @@ static int bfin_mac_ethtool_setwol(struct net_device *dev,
|
||||
}
|
||||
|
||||
static int bfin_mac_ethtool_get_ts_info(struct net_device *dev,
|
||||
struct ethtool_ts_info *info);
|
||||
struct ethtool_ts_info *info)
|
||||
{
|
||||
info->so_timestamping =
|
||||
SOF_TIMESTAMPING_TX_HARDWARE |
|
||||
|
Loading…
Reference in New Issue
Block a user