aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2021-03-26 15:28:24 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2021-07-18 00:34:59 +0000
commit6040536c43fd5e1b47ab73a865ec4e9722bc8746 (patch)
tree0fd7c88ad4a59b2bcbd42707bbe5a8ee8178ea7e
parent0bb237770e36d93d7f23c22f61d3acb8e37dba43 (diff)
downloadsrc-6040536c43fd5e1b47ab73a865ec4e9722bc8746.tar.gz
src-6040536c43fd5e1b47ab73a865ec4e9722bc8746.zip
mlx4: remove no longer needed header
Remove linux/inetdevice.h as neither of the two inline functions there are used here. Sposored by: The FreeBSD Foundation Reviewed by: hselasky Differential Revision: https://reviews.freebsd.org/D29428 (cherry picked from commit 5a461a86cf5bb0ac4ffde3caf03df0386ddad6cc)
-rw-r--r--sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c b/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
index 2d628c7868cb..b31744e73be6 100644
--- a/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
+++ b/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c
@@ -38,7 +38,6 @@
#include <linux/errno.h>
#include <linux/etherdevice.h>
#include <linux/netdevice.h>
-#include <linux/inetdevice.h>
#include <linux/if_vlan.h>
#include <linux/fs.h>
#include <linux/rcupdate.h>