Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2023 23:09:18 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 97beac79edf4 - main - mlx5core: add linux/bitops.h include for mlx5_ifc.h use of BIT()
Message-ID:  <202311152309.3AFN9ILR065153@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311152309.3AFN9ILR065153>