aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-04-13 22:38:36 +0000
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2026-04-21 22:18:26 +0000
commit18c71d97b227e0c6c1d11aa1fd168d19523a3b2e (patch)
tree334a01c1f66fb299c94bfcbf446a47dce85582be
parentcefd0ae770bfad534ec666099489a869387e8836 (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.h1
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,