projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90d1936
)
vdpa/mlx5: Remove redundant header file inclusion
author
Eli Cohen
<elic@nvidia.com>
Mon, 23 Aug 2021 05:21:18 +0000
(08:21 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Sun, 5 Sep 2021 20:23:07 +0000
(16:23 -0400)
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>
drivers/vdpa/mlx5/core/mlx5_vdpa.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/vdpa/mlx5/core/mlx5_vdpa.h
b/drivers/vdpa/mlx5/core/mlx5_vdpa.h
index 0002b2136b48f742f5e27d52fc847340094fb3e6..8d0a6f2cb3f0694ed8df685845f46524b5f24244 100644
(file)
--- 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>