Browse Source

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>
David S. Miller 13 years ago
parent
commit
3ffa4290fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/ethernet/adi/bfin_mac.c

+ 1 - 1
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 |