Index: head/sys/dev/mlx4/mlx4_core/icm.h =================================================================== --- head/sys/dev/mlx4/mlx4_core/icm.h +++ head/sys/dev/mlx4/mlx4_core/icm.h @@ -124,7 +124,4 @@ return sg_dma_len(&iter->chunk->mem[iter->page_idx]); } -int mlx4_MAP_ICM_AUX(struct mlx4_dev *dev, struct mlx4_icm *icm); -int mlx4_UNMAP_ICM_AUX(struct mlx4_dev *dev); - #endif /* MLX4_ICM_H */ Index: head/sys/dev/mlx4/mlx4_en/en.h =================================================================== --- head/sys/dev/mlx4/mlx4_en/en.h +++ head/sys/dev/mlx4/mlx4_en/en.h @@ -832,7 +832,6 @@ int mlx4_en_free_tx_buf(struct net_device *dev, struct mlx4_en_tx_ring *ring); void mlx4_en_rx_irq(struct mlx4_cq *mcq); -int mlx4_SET_MCAST_FLTR(struct mlx4_dev *dev, u8 port, u64 mac, u64 clear, u8 mode); int mlx4_SET_VLAN_FLTR(struct mlx4_dev *dev, struct mlx4_en_priv *priv); int mlx4_en_DUMP_ETH_STATS(struct mlx4_en_dev *mdev, u8 port, u8 reset);