aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2021-01-04 09:38:57 +0200
committerSaeed Mahameed <saeedm@nvidia.com>2021-02-10 20:47:12 -0800
commit5b74df80f301e872143fa716f3f4361b2e293e19 (patch)
tree2ecd0c69e1d2f1c4018aae86287dc462c746064e /include
parentnet/mlx5_core: remove unused including <generated/utsrelease.h> (diff)
downloadlinux-dev-5b74df80f301e872143fa716f3f4361b2e293e19.tar.xz
linux-dev-5b74df80f301e872143fa716f3f4361b2e293e19.zip
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mlx5/driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h
index 88197b87bd81..936302b2c141 100644
--- a/include/linux/mlx5/driver.h
+++ b/include/linux/mlx5/driver.h
@@ -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;