Merge 54ffd6a012e7567b0288bc5fcc3678b545bd5aec into 084881c6e9e11bdadaf05798e669568848e698a3

This commit is contained in:
mfrischknecht 2024-11-27 07:09:41 +01:00 committed by GitHub
commit 556de55719
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,11 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0)
#include <asm/unaligned.h>
#else
#include <linux/unaligned.h>
#endif
//#include <drm/drm_util.h>
//#include <drm/drm_print.h>