Date: Sat, 17 Feb 2024 21:32:45 GMT From: Vladimir Kondratyev <wulf@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 356bfb0878a6 - stable/14 - linuxkpi: Include <linux/string_helpers.h> from <linux/seq_file.h> Message-ID: <202402172132.41HLWj0E020213@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by wulf: URL: https://cgit.FreeBSD.org/src/commit/?id=356bfb0878a67461616ed83fede6e6cbd5d799d4 commit 356bfb0878a67461616ed83fede6e6cbd5d799d4 Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2023-12-09 16:28:53 +0000 Commit: Vladimir Kondratyev <wulf@FreeBSD.org> CommitDate: 2024-02-17 20:58:36 +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 (cherry picked from commit d6d1e73e5f66f3b12881fffceff58ca54b506792) --- 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?202402172132.41HLWj0E020213>