Skip to content

Commit

Permalink
bfin: Fix build failure due to get_ts_info() changes.
Browse files Browse the repository at this point in the history
Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 6, 2012
1 parent ce713ee commit 3ffa429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/adi/bfin_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3ffa429

Please sign in to comment.