Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2023 18:55:52 GMT
From:      =?utf-8?Q?Jean-S=C3=A9bastien?= =?utf-8?Q?P=C3=A9dron?= <dumbbell@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: d6d1e73e5f66 - main - linuxkpi: Include <linux/string_helpers.h> from <linux/seq_file.h>
Message-ID:  <202312131855.3BDItqk7068170@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by dumbbell:

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

commit d6d1e73e5f66f3b12881fffceff58ca54b506792
Author:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2023-12-09 16:28:53 +0000
Commit:     Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2023-12-13 18:54:32 +0000

    linuxkpi: Include <linux/string_helpers.h> from <linux/seq_file.h>
    
    [Why]
    The i915 DRM driver in Linux 5.18 relies on this indirect include.
    
    Reviewed by:    manu
    Approved by:    manu
    Differential Revision:  https://reviews.freebsd.org/D43030
---
 sys/compat/linuxkpi/common/include/linux/seq_file.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/compat/linuxkpi/common/include/linux/seq_file.h b/sys/compat/linuxkpi/common/include/linux/seq_file.h
index 83b25a45c1d0..d8b327f59538 100644
--- a/sys/compat/linuxkpi/common/include/linux/seq_file.h
+++ b/sys/compat/linuxkpi/common/include/linux/seq_file.h
@@ -30,6 +30,7 @@
 
 #include <linux/types.h>
 #include <linux/fs.h>
+#include <linux/string_helpers.h>
 
 #undef file
 #define inode vnode



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