svn commit: r253785 - head/sys/ofed/drivers/net/mlx4

John Baldwin jhb at FreeBSD.org
Mon Jul 29 20:48:11 UTC 2013


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)


More information about the svn-src-head mailing list