Author: jhb
Date: Mon Jul 29 20:48:10 2013
New Revision: 253785
URL: http://svnweb.freebsd.org/changeset/base/253785

Log:
  Add a missing prototype.
  
  Pointy hat:   me

Modified:
  head/sys/ofed/drivers/net/mlx4/en_netdev.c

Modified: head/sys/ofed/drivers/net/mlx4/en_netdev.c
==============================================================================
--- head/sys/ofed/drivers/net/mlx4/en_netdev.c  Mon Jul 29 20:36:27 2013        
(r253784)
+++ head/sys/ofed/drivers/net/mlx4/en_netdev.c  Mon Jul 29 20:48:10 2013        
(r253785)
@@ -43,6 +43,7 @@
 #include <net/if_vlan_var.h>
 #include <sys/sockio.h>
 
+static void mlx4_en_init_locked(struct mlx4_en_priv *priv);
 static void mlx4_en_sysctl_stat(struct mlx4_en_priv *priv);
 
 static void mlx4_en_vlan_rx_add_vid(void *arg, struct net_device *dev, u16 vid)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to