Commit 3ffa4290 authored by David S. Miller's avatar David S. Miller

bfin: Fix build failure due to get_ts_info() changes.

Reported-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ce713ee5
...@@ -549,7 +549,7 @@ static int bfin_mac_ethtool_setwol(struct net_device *dev, ...@@ -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, 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 = info->so_timestamping =
SOF_TIMESTAMPING_TX_HARDWARE | SOF_TIMESTAMPING_TX_HARDWARE |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment