summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-02-12 01:40:25 +0300
committerDavid S. Miller <davem@davemloft.net>2021-02-12 01:40:25 +0300
commit9f1b0df7b29b26290530985a4dfc7b99c67e9253 (patch)
tree7b27fc46b6da0ca34901cd13f9f9b01ec8275784 /include/linux
parentf68cbaed67cb009e2974968c8da32bf01537c428 (diff)
parentb50c4892cb98417df96b73119c54520da34a3e88 (diff)
downloadlinux-9f1b0df7b29b26290530985a4dfc7b99c67e9253.tar.xz
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/linux')
-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;