From: Roi Dayan Date: Thu, 22 Jul 2021 08:58:08 +0000 (+0300) Subject: net/mlx5e: Remove redundant tc act includes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=696ceeb203c75b4422efb1b83898a83e8dae62c7;p=linux.git net/mlx5e: Remove redundant tc act includes Since the code changed to use the flow action infra there is no usage of tcf values from those includes. Remove those. Signed-off-by: Roi Dayan Reviewed-by: Maor Dickman Signed-off-by: Saeed Mahameed --- diff --git a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c index 1a606dc8bed54..9671fb0e1432c 100644 --- a/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c +++ b/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c @@ -34,19 +34,13 @@ #include #include #include -#include -#include #include #include #include #include #include -#include -#include -#include #include #include -#include #include #include #include