You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update fthd_ddr.c for Linux Kernel 6.13+ (#304)
* Update fthd_ddr.c
Shipped in linux kernel 6.13, <linux/random.h> no longer includes <linux/prandom.h>. This file depended on that nested include, and this commit changes the include to use that header directly.
Without this, module compilation fails trying to use prandom_seed_state() which is in longer included.
torvalds/linux@5b3fdc9
* Update fthd_ddr.c to include linux/random.h in kernels <= 6.12
Add MODULE_FIRMWARE macro
This should help dracut to understand that the firmware is also needed
if the module is put into initrd.
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Merge pull request #292 from vicamo/for-upstream/accommodate-to-v4l2-…
…field-rename
v4l2: accommodate to struct filed rename of vb2_buffer::min_buffers_needed