linux_dsm_epyc7002/drivers/net/ethernet/mellanox
Julia Lawall 2534f14a94 net/mlx5e: drop useless LIST_HEAD
Drop LIST_HEAD where the variable it declares is never used.

These became useless in 244cd96adb ("net_sched: remove list_head
from tc_action")

The semantic patch that fixes this problem is as follows:
(http://coccinelle.lip6.fr/)

// <smpl>
@@
identifier x;
@@
- LIST_HEAD(x);
  ... when != x
// </smpl>

Fixes: 244cd96adb ("net_sched: remove list_head from tc_action")
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Reviewed-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-12-24 14:22:14 -08:00
..
mlx4 net/mlx4_en: remove fallback after kzalloc_node() 2018-12-17 11:18:02 -08:00
mlx5/core net/mlx5e: drop useless LIST_HEAD 2018-12-24 14:22:14 -08:00
mlxfw
mlxsw mlxsw: spectrum: Remove limitation regarding VID 1 2018-12-20 15:48:54 -08:00
Kconfig
Makefile