git: 97beac79edf4 - main - mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Nov 2023 23:09:18 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=97beac79edf450851474934199e504e6244a7116
commit 97beac79edf450851474934199e504e6244a7116
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-13 00:17:09 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-15 23:08:17 +0000
mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()
Sponsored by: NVidia networking
MFC after: 1 week
---
sys/dev/mlx5/fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sys/dev/mlx5/fs.h b/sys/dev/mlx5/fs.h
index 8aaa0e201f4a..8107726bc76a 100644
--- a/sys/dev/mlx5/fs.h
+++ b/sys/dev/mlx5/fs.h
@@ -27,6 +27,7 @@
#define _MLX5_FS_
#include <linux/list.h>
+#include <linux/bitops.h>
#include <dev/mlx5/mlx5_ifc.h>
#include <dev/mlx5/device.h>