]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
net/mlx5: add missing void argument to function mlx5_devlink_alloc
authorColin Ian King <colin.king@canonical.com>
Tue, 18 Jun 2019 15:15:10 +0000 (16:15 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 19 Jun 2019 02:28:50 +0000 (22:28 -0400)
commit39f5886032380e49119786b23274b38e9b3aa99c
tree90d85551fbaec595636fa5e0938b11de1e6fa993
parentda21ad276af46d87749eaade2e8e5a52f6df8ecb
net/mlx5: add missing void argument to function mlx5_devlink_alloc

Function mlx5_devlink_alloc is missing a void argument, add it
to clean up the non-ANSI function declaration.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/devlink.c