git: 18c71d97b227 - main - linuxkpi: Include <linux/uuid.h> from <linux/mod_devicetable.h>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Apr 2026 22:27:14 UTC
The branch main has been updated by dumbbell:
URL: https://cgit.FreeBSD.org/src/commit/?id=18c71d97b227e0c6c1d11aa1fd168d19523a3b2e
commit 18c71d97b227e0c6c1d11aa1fd168d19523a3b2e
Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
AuthorDate: 2026-04-13 22:38:36 +0000
Commit: Jean-Sébastien Pédron <dumbbell@FreeBSD.org>
CommitDate: 2026-04-21 22:18:26 +0000
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
---
sys/compat/linuxkpi/common/include/linux/mod_devicetable.h | 1 +
1 file changed, 1 insertion(+)
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,