Commit 5a779c4f authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

net/mlx4: remove unused array zero_gid[]

zero_gid is not used, so remove this redundant array.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1e32ec3c
......@@ -39,8 +39,6 @@
#include "mlx4.h"
static const u8 zero_gid[16]; /* automatically initialized to 0 */
int mlx4_get_mgm_entry_size(struct mlx4_dev *dev)
{
return 1 << dev->oper_log_mgm_entry_size;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment