git: 8377dd1c9aeb - stable/14 - mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Wed, 22 Nov 2023 01:52:04 UTC
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=8377dd1c9aeb7f4e42ec2679bb8913379d9c77e7

commit 8377dd1c9aeb7f4e42ec2679bb8913379d9c77e7
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2023-11-13 00:17:09 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2023-11-22 01:40:28 +0000

    mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()
    
    (cherry picked from commit 97beac79edf450851474934199e504e6244a7116)
---
 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>