diff options
author | Roland Dreier <rolandd@cisco.com> | 2007-05-13 19:54:18 +0400 |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2007-05-13 19:54:18 +0400 |
commit | 20eebcf09c2d329e4dcdd765634c0a524195e16d (patch) | |
tree | d4044790aca3555854d90ed005a603d0fb23f1e0 /drivers/net/mlx4/mlx4.h | |
parent | f550d94cf9f86bc54e31dae2aee1a03d678c6e7f (diff) | |
download | linux-20eebcf09c2d329e4dcdd765634c0a524195e16d.tar.xz |
mlx4_core: Remove unused doorbell_lock
struct mlx4_priv.doorbell_lock is never used, so delete it.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/net/mlx4/mlx4.h')
-rw-r--r-- | drivers/net/mlx4/mlx4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/mlx4/mlx4.h b/drivers/net/mlx4/mlx4.h index 9befbae3d196..3d3b6d24d8d3 100644 --- a/drivers/net/mlx4/mlx4.h +++ b/drivers/net/mlx4/mlx4.h @@ -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]; |