mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-06-18 10:07:25 -05:00
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