Christian Marangi 25ebc3de2e generic: fix no previous prototype
It seems new kernel version introduced -Wmissing-prototypes. This new
warning reported drivers that define non static function that are used
statically in the driver.

Fix this by declaring making those function actually static if not
defined in any header and not used outside of the single driver.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-04-13 16:20:18 +08:00
..
2024-11-14 13:14:47 +08:00
2025-04-13 16:20:18 +08:00
2022-04-07 01:01:05 +08:00
2024-11-14 13:14:47 +08:00
2024-11-14 13:14:47 +08:00
2022-09-13 15:19:06 +08:00