Files
Jan Čermák 8f3567aa0e Fix generic_raw_uart compilation after Buildroot 2025.02.15 bump (#4778)
In [1] Buildroot enabled -Werror for kernel modules. Since
generic_raw_uart had several occurrences of -Wmissing-prototypes, this
change lead to the package not building anymore. Make the function
static to fix the build.

[1] 260f7ec2a9
2026-06-18 09:37:53 +02:00
..