]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mlx5: fix warning about missing prototype
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 21 Apr 2017 18:15:57 +0000 (11:15 -0700)
committerSaeed Mahameed <saeedm@mellanox.com>
Sat, 22 Apr 2017 17:26:42 +0000 (20:26 +0300)
commit8bf3198a5e394ed6815aeb8fedaf49722986bbd3
treeb13037b3eacdf78b7fac1ddbb44d4c12a7ba682c
parenta7082ef066f022c9bdeaae8d23ec2c119fecf7d9
mlx5: fix warning about missing prototype

Fix sparse warning about missing prototypes. The rx/tx code path
defines functions with prototypes in ipoib.h.

Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
drivers/net/ethernet/mellanox/mlx5/core/en_tx.c