Skip to content

Commit

Permalink
linuxkpi: Include <linux/string_helpers.h> from <linux/seq_file.h>
Browse files Browse the repository at this point in the history
[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
  • Loading branch information
dumbbell committed Dec 13, 2023
1 parent 38138be commit d6d1e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/compat/linuxkpi/common/include/linux/seq_file.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

#include <linux/types.h>
#include <linux/fs.h>
#include <linux/string_helpers.h>

#undef file
#define inode vnode
Expand Down

0 comments on commit d6d1e73

Please sign in to comment.