linuxkpi: Include <linux/rbtree.h> from <linux/hrtimer.h> and <linux/mm_types.h>

[Why]
Some files in DRM rely on this indirect include to use `struct rb_*`.

Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D42835
This commit is contained in:
Jean-Sébastien Pédron 2023-11-29 19:38:54 +01:00
parent 40c20fc29c
commit b292c995cf
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
2 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <sys/_mutex.h>
#include <linux/ktime.h>
#include <linux/rbtree.h>
#include <linux/timer.h>
enum hrtimer_mode {

View File

@ -29,6 +29,7 @@
#include <linux/types.h>
#include <linux/page.h>
#include <linux/rbtree.h>
#include <linux/rwsem.h>
#include <asm/atomic.h>