lede/target/linux/generic/files
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
..
arch/mips/fw/myloader update source 2017-09-06 19:19:45 +08:00
Documentation add kernel 5.10 support and sync with upstream 2021-06-14 18:30:08 +08:00
drivers generic: fix no previous prototype 2025-04-13 16:20:18 +08:00
include generic: add more switch port link speed nested attributes 2025-02-17 16:59:22 +08:00