diff options
| author | 2021-02-11 14:40:25 -0800 | |
|---|---|---|
| committer | 2021-02-11 14:40:25 -0800 | |
| commit | 9f1b0df7b29b26290530985a4dfc7b99c67e9253 (patch) | |
| tree | 7b27fc46b6da0ca34901cd13f9f9b01ec8275784 /include | |
| parent | net: ipconfig: avoid use-after-free in ic_close_devs (diff) | |
| parent | net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe() (diff) | |
Merge tag 'mlx5-for-upstream-2021-02-10' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
Saeed Mahameed says:
====================
mlx5-for-upstream-2021-02-10
Misc cleanups and trivial fixes for net-next
1) spelling mistakes
2) error path checks fixes
3) unused includes and struct fields cleanup
4) build error when MLX5_ESWITCH=no
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/mlx5/driver.h | 1 |
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; |
