diff options
| author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-04-13 22:38:36 +0000 |
|---|---|---|
| committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2026-04-21 22:18:26 +0000 |
| commit | 18c71d97b227e0c6c1d11aa1fd168d19523a3b2e (patch) | |
| tree | 334a01c1f66fb299c94bfcbf446a47dce85582be | |
| parent | cefd0ae770bfad534ec666099489a869387e8836 (diff) | |
linuxkpi: Include <linux/uuid.h> from <linux/mod_devicetable.h>
The DRM generic code started to deppend on this indirect include of
<linux/uuid.h> in Linux 6.12.
Reviewed by: bz, emaste
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D56449
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/mod_devicetable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h index df7c2472861b..b345b98325e1 100644 --- a/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h +++ b/sys/compat/linuxkpi/common/include/linux/mod_devicetable.h @@ -30,6 +30,7 @@ #define __LINUXKPI_LINUX_MOD_DEVICETABLE_H__ #include <linux/types.h> +#include <linux/uuid.h> enum dmi_field { DMI_NONE, |
