aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5/mlx5_core/mlx5_health.c
diff options
context:
space:
mode:
authorHans Petter Selasky <hselasky@FreeBSD.org>2022-02-01 10:49:42 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2022-02-01 12:45:57 +0000
commit12c56d7dc48821d84cc29e66f5d7f45e2ed8fd11 (patch)
treeba1223141f094972b3d4a31e3c28b8a01643856a /sys/dev/mlx5/mlx5_core/mlx5_health.c
parentee9d634bd3b985bca49946e5d5697d7e65589711 (diff)
downloadsrc-12c56d7dc48821d84cc29e66f5d7f45e2ed8fd11.tar.gz
src-12c56d7dc48821d84cc29e66f5d7f45e2ed8fd11.zip
mlx5: idiomatic use of preprocessor, in particular paths
MFC after: 1 week Sponsored by: NVIDIA Networking
Diffstat (limited to 'sys/dev/mlx5/mlx5_core/mlx5_health.c')
-rw-r--r--sys/dev/mlx5/mlx5_core/mlx5_health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mlx5/mlx5_core/mlx5_health.c b/sys/dev/mlx5/mlx5_core/mlx5_health.c
index 8f0565b2ed01..f75093b1d9db 100644
--- a/sys/dev/mlx5/mlx5_core/mlx5_health.c
+++ b/sys/dev/mlx5/mlx5_core/mlx5_health.c
@@ -36,7 +36,7 @@
#include <linux/delay.h>
#include <dev/mlx5/driver.h>
#include <dev/mlx5/mlx5_ifc.h>
-#include "mlx5_core.h"
+#include <dev/mlx5/mlx5_core/mlx5_core.h>
#define MLX5_HEALTH_POLL_INTERVAL (2 * HZ)
#define MAX_MISSES 3