[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1458495896-18074-1-git-send-email-colin.king@canonical.com>
Date: Sun, 20 Mar 2016 17:44:56 +0000
From: Colin King <colin.king@...onical.com>
To: Yishai Hadas <yishaih@...lanox.com>, netdev@...r.kernel.org,
linux-rdma@...r.kernel.org
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] net/mlx4: remove unused array zero_gid[]
From: Colin Ian King <colin.king@...onical.com>
zero_gid is not used, so remove this redundant array.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
drivers/net/ethernet/mellanox/mlx4/mcg.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/mellanox/mlx4/mcg.c b/drivers/net/ethernet/mellanox/mlx4/mcg.c
index 42d8de8..6aa7397 100644
--- a/drivers/net/ethernet/mellanox/mlx4/mcg.c
+++ b/drivers/net/ethernet/mellanox/mlx4/mcg.c
@@ -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;
--
2.7.3
Powered by blists - more mailing lists