diff options
author | Wan Jiabing <wanjiabing@vivo.com> | 2021-03-23 10:00:12 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-23 17:18:18 -0700 |
commit | ea6c8635d5d51da633bfc333011d4aaeb60d3142 (patch) | |
tree | ae4247b72c9357fc1fd9761416d8f60caf962a73 | |
parent | 437c78f976f5b39fc4b2a1c65903a229f55912dd (diff) |
net: ethernet: indir_table.h is included twice
indir_table.h has been included at line 41, so remove
the duplicate one at line 43.
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c index 8e7a702e23a3..ab2694835246 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c @@ -40,7 +40,6 @@ #include "eswitch.h" #include "esw/indir_table.h" #include "esw/acl/ofld.h" -#include "esw/indir_table.h" #include "rdma.h" #include "en.h" #include "fs_core.h" |