From: David S. Miller Date: Fri, 6 Apr 2012 04:17:50 +0000 (-0400) Subject: bfin: Fix build failure due to get_ts_info() changes. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ffa4290fcdaa333d99d35a5b90c2d0bbd0d74e3;p=linux-beck.git bfin: Fix build failure due to get_ts_info() changes. Reported-by: Paul Gortmaker Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/adi/bfin_mac.c b/drivers/net/ethernet/adi/bfin_mac.c index db2227835489..f816426e1085 100644 --- a/drivers/net/ethernet/adi/bfin_mac.c +++ b/drivers/net/ethernet/adi/bfin_mac.c @@ -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 |