net/mlx5: Delete device list leftover

Device list is not stored in mlx5_priv anymore, so delete it as it's not
used.

Signed-off-by: Leon Romanovsky <leonro@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
Leon Romanovsky 2021-01-04 09:38:57 +02:00 committed by Saeed Mahameed
parent b171fcd29c
commit 5b74df80f3

View file

@ -588,7 +588,6 @@ struct mlx5_priv {
/* end: alloc staff */
struct dentry *dbg_root;
struct list_head dev_list;
struct list_head ctx_list;
spinlock_t ctx_lock;
struct mlx5_adev **adev;