aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEli Cohen <elic@nvidia.com>2021-08-23 08:21:18 +0300
committerMichael S. Tsirkin <mst@redhat.com>2021-09-05 16:23:07 -0400
commit4e57a9f622ccacacceadcead7bb65fb807383ab3 (patch)
treea903e87d17f10aa6af3ece1825a4b0d7d5c076fe
parentvDPA/ifcvf: enable multiqueue and control vq (diff)
downloadwireguard-linux-4e57a9f622ccacacceadcead7bb65fb807383ab3.tar.xz
wireguard-linux-4e57a9f622ccacacceadcead7bb65fb807383ab3.zip
vdpa/mlx5: Remove redundant header file inclusion
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>
-rw-r--r--drivers/vdpa/mlx5/core/mlx5_vdpa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/vdpa/mlx5/core/mlx5_vdpa.h b/drivers/vdpa/mlx5/core/mlx5_vdpa.h
index 0002b2136b48..8d0a6f2cb3f0 100644
--- 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>