summaryrefslogtreecommitdiff
path: root/drivers/vdpa
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 23:23:07 +0300
commit4e57a9f622ccacacceadcead7bb65fb807383ab3 (patch)
treea903e87d17f10aa6af3ece1825a4b0d7d5c076fe /drivers/vdpa
parent90d1936681bc469824c6dfeda701efc884d3b448 (diff)
downloadlinux-4e57a9f622ccacacceadcead7bb65fb807383ab3.tar.xz
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>
Diffstat (limited to 'drivers/vdpa')
-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>