From 6040536c43fd5e1b47ab73a865ec4e9722bc8746 Mon Sep 17 00:00:00 2001 From: "Bjoern A. Zeeb" Date: Fri, 26 Mar 2021 15:28:24 +0000 Subject: [PATCH] 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) --- sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c b/sys/dev/mlx4/mlx4_ib/mlx4_ib_main.c index 2d628c7868c..b31744e73be 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 #include #include -#include #include #include #include