openwrt-6.x/target/linux/generic
Christian Marangi 473cfb4ff5
generic: fix kernel warning no previous prototype for ...
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.

Co-authored-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/18455
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-04-11 20:34:24 +02:00
..
backport-6.6 generic: move QCOM SPI NAND driver to generic backports 2025-04-10 15:01:09 +02:00
files generic: fix kernel warning no previous prototype for ... 2025-04-11 20:34:24 +02:00
hack-6.6 generic: move QCOM SPI NAND driver to generic backports 2025-04-10 15:01:09 +02:00
image
other-files
pending-6.6 kernel: bump 6.6 to 6.6.86 2025-04-10 13:42:22 +02:00
config-6.6 generic: reorder settings 2025-03-27 16:37:23 +01:00
config-filter kernel: filter out compiler opts from config 2024-11-17 14:55:16 +01:00
PATCHES