Blob Blame History Raw
From: Eli Cohen <elic@nvidia.com>
Date: Mon, 23 Aug 2021 08:21:18 +0300
Subject: vdpa/mlx5: Remove redundant header file inclusion
Patch-mainline: v5.15-rc1
Git-commit: 4e57a9f622ccacacceadcead7bb65fb807383ab3
References: jsc#PED-1549

linux/if_vlan.h is not required.
Remove it.

Signed-off-by: Eli Cohen <elic@nvidia.com>
Link: https://lore.kernel.org/r/20210823052123.14909-2-elic@nvidia.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Thomas Bogendoerfer <tbogendoerfer@suse.de>
---
 drivers/vdpa/mlx5/core/mlx5_vdpa.h |    1 -
 1 file changed, 1 deletion(-)

--- a/drivers/vdpa/mlx5/core/mlx5_vdpa.h
+++ b/drivers/vdpa/mlx5/core/mlx5_vdpa.h
@@ -5,7 +5,6 @@
 #define __MLX5_VDPA_H__
 
 #include <linux/etherdevice.h>
-#include <linux/if_vlan.h>
 #include <linux/vdpa.h>
 #include <linux/mlx5/driver.h>