2 Commits

Author SHA1 Message Date
mfrischknecht 43b1fc6253 Merge ab1b348480 into 084881c6e9 2024-11-24 00:38:57 +01:00
mfrischknecht ab1b348480 Import unaligned.h from linux
`asm/unaligned.h` has been moved to `linux/unaligned.h` since Linux v. 6.12.
C.f. e.g. https://github.com/torvalds/linux/commit/5f60d5f6bbc12e782fac78110b0ee62698f3b576
2024-11-24 00:27:31 +01:00
+1 -1
View File
@@ -29,7 +29,7 @@
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/version.h>
#include <asm/unaligned.h>
#include <linux/unaligned.h>
//#include <drm/drm_util.h>
//#include <drm/drm_print.h>