Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20eebcf0 authored by Roland Dreier's avatar Roland Dreier
Browse files

mlx4_core: Remove unused doorbell_lock



struct mlx4_priv.doorbell_lock is never used, so delete it.

Signed-off-by: default avatarRoland Dreier <rolandd@cisco.com>
parent f550d94c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -542,8 +542,6 @@ static int __devinit mlx4_setup_hca(struct mlx4_dev *dev)
	struct mlx4_priv *priv = mlx4_priv(dev);
	int err;

	MLX4_INIT_DOORBELL_LOCK(&priv->doorbell_lock);

	err = mlx4_init_uar_table(dev);
	if (err) {
		mlx4_err(dev, "Failed to initialize "
+0 −1
Original line number Diff line number Diff line
@@ -275,7 +275,6 @@ struct mlx4_priv {

	struct mlx4_uar		driver_uar;
	void __iomem	       *kar;
	MLX4_DECLARE_DOORBELL_LOCK(doorbell_lock)

	u32			rev_id;
	char			board_id[MLX4_BOARD_ID_LEN];