From: Wan Jiabing Date: Tue, 23 Mar 2021 02:00:12 +0000 (+0800) Subject: net: ethernet: indir_table.h is included twice X-Git-Tag: accepted/tizen/unified/20230118.172025~7335^2~428 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea6c8635d5d51da633bfc333011d4aaeb60d3142;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c b/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c index 8e7a702..ab26948 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"