Files
facetimehd/fthd_ddr.c
Jak Tiano 499004489f 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.

5b3fdc9f2f

* Update fthd_ddr.c to include linux/random.h in kernels <= 6.12
2025-03-03 20:49:20 +01:00

15 KiB