mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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)
This commit is contained in:
parent
daebad715c
commit
356bfb0878
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
#include <linux/types.h>
|
||||
#include <linux/fs.h>
|
||||
#include <linux/string_helpers.h>
|
||||
|
||||
#undef file
|
||||
#define inode vnode
|
||||
|
|
|
|||
Loading…
Reference in a new issue