Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4996

Advanced users • Re: Moving Linux Kernel to 6.12

$
0
0
think I've found it:

Code:

drivers/input/touchscreen/hynitron_cstxxx.c:28:10: fatal error: asm/unaligned.h: No such file or directory   28 | #include <asm/unaligned.h>      |          ^~~~~~~~~~~~~~~~~
had to change that to '#include <linux/unaligned.h>' in my version of the driver (WIP)
Erm, it is "#include <linux/unaligned.h> in rpi-6.12.y
https://github.com/raspberrypi/linux/bl ... txxx.c#L25
https://github.com/raspberrypi/linux/co ... 2698f3b576

I'd have a close look at what is going on with your tree.

Statistics: Posted by 6by9 — Wed Dec 11, 2024 1:20 pm



Viewing all articles
Browse latest Browse all 4996

Trending Articles