From: Leon Romanovsky Date: Mon, 4 Jan 2021 07:38:57 +0000 (+0200) Subject: net/mlx5: Delete device list leftover X-Git-Tag: v5.12-rc1~200^2~80^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b74df80f301e872143fa716f3f4361b2e293e19;p=thirdparty%2Flinux.git 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 Signed-off-by: Saeed Mahameed --- diff --git a/include/linux/mlx5/driver.h b/include/linux/mlx5/driver.h index 88197b87bd81f..936302b2c1419 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;