aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mlx4/mlx4.h
diff options
context:
space:
mode:
authorRoland Dreier <rolandd@cisco.com>2007-05-13 08:54:18 -0700
committerRoland Dreier <rolandd@cisco.com>2007-05-13 08:54:18 -0700
commit20eebcf09c2d329e4dcdd765634c0a524195e16d (patch)
treed4044790aca3555854d90ed005a603d0fb23f1e0 /drivers/net/mlx4/mlx4.h
parentnet: Trivial MLX4_DEBUG dependency fix. (diff)
downloadlinux-dev-20eebcf09c2d329e4dcdd765634c0a524195e16d.tar.xz
linux-dev-20eebcf09c2d329e4dcdd765634c0a524195e16d.zip
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.h1
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];