From 8da4734455c68b5f51cfb267708620418be459f5 Mon Sep 17 00:00:00 2001 From: jhb Date: Mon, 29 Jul 2013 20:48:10 +0000 Subject: Add a missing prototype. Pointy hat: me --- sys/ofed/drivers/net/mlx4/en_netdev.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/ofed') diff --git a/sys/ofed/drivers/net/mlx4/en_netdev.c b/sys/ofed/drivers/net/mlx4/en_netdev.c index 13347a9..0a59ab4 100644 --- a/sys/ofed/drivers/net/mlx4/en_netdev.c +++ b/sys/ofed/drivers/net/mlx4/en_netdev.c @@ -43,6 +43,7 @@ #include #include +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) -- cgit v1.1