git: 6e23ddef1c4b - stable/15 - linuxkpi: Include <linux/uuid.h> from <linux/mod_devicetable.h>

From: Jean-Sébastien Pédron <dumbbell_at_FreeBSD.org>
Date: Wed, 29 Apr 2026 21:42:50 UTC
The branch stable/15 has been updated by dumbbell:

URL: https://cgit.FreeBSD.org/src/commit/?id=6e23ddef1c4b19af97979728accc8852df8433f2

commit 6e23ddef1c4b19af97979728accc8852df8433f2
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-29 21:03: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
    
    (cherry picked from commit 18c71d97b227e0c6c1d11aa1fd168d19523a3b2e)
---
 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,